Smack.
Smack extensions. Classes and methods that implement support for the various XMPP XEPs (Multi-User Chat, PubSub, ?) and other XMPP extensions..
Here is the list of declaration for smack-extensions. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.igniterealtime.smack</groupId> <artifactId>smack-extensions</artifactId> <version>4.0.4</version> </dependency>
If you think this Maven repository POM file listing for smack-extensions is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.igniterealtime.smack</groupId> <artifactId>smack-extensions</artifactId> <version>4.0.4</version> <name>Smack</name> <description>Smack extensions. Classes and methods that implement support for the various XMPP XEPs (Multi-User Chat, PubSub, ?) and other XMPP extensions.</description> <url>http://www.igniterealtime.org/projects/smack/</url> <inceptionYear>2003</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>JIRA</system> <url>https://igniterealtime.org/issues/browse/SMACK</url> </issueManagement> <scm> <connection>scm:git:https://github.com/igniterealtime/Smack.git</connection> <developerConnection>scm:git:https://github.com/igniterealtime/Smack.git</developerConnection> <url>https://github.com/igniterealtime/Smack</url> </scm> <distributionManagement> <snapshotRepository> <id>smack.snapshot</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>org.igniterealtime.smack</groupId> <artifactId>smack-core</artifactId> <version>4.0.4</version> <scope>compile</scope> </dependency> </dependencies> </project>