Smack Extensions.
Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence. A pure Java library, it can be embedded into your applications to create anything from a full XMPP client to simple XMPP integrations such as sending notification messages..
Here is the list of declaration for smackx. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>jivesoftware</groupId> <artifactId>smackx</artifactId> <version>2.2.1</version> </dependency>
If you think this Maven repository POM file listing for smackx is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.
The following packages are defined in the smackx-2.2.1.jar
com.jcraft.jzlib org.jivesoftware.smackx org.jivesoftware.smackx.bookmark org.jivesoftware.smackx.filetransfer org.jivesoftware.smackx.muc org.jivesoftware.smackx.packet org.jivesoftware.smackx.provider org.jivesoftware.smackx.search
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>jivesoftware</groupId> <artifactId>smackx</artifactId> <name>Smack Extensions</name> <version>2.2.1</version> <url>http://www.jivesoftware.org/smack/</url> <description>Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence. A pure Java library, it can be embedded into your applications to create anything from a full XMPP client to simple XMPP integrations such as sending notification messages.</description> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <scm> <connection>scm:svn:http://svn.jivesoftware.org/svn/repos/smack/trunk</connection> </scm> </project>