Smack.
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 smack. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>jivesoftware</groupId> <artifactId>smack</artifactId> <version>2.2.1</version> </dependency>
If you think this Maven repository POM file listing for smack 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 smack-2.2.1.jar
org.jivesoftware.smack org.jivesoftware.smack.debugger org.jivesoftware.smack.filter org.jivesoftware.smack.packet org.jivesoftware.smack.provider org.jivesoftware.smack.sasl org.jivesoftware.smack.util org.xmlpull.mxp1 org.xmlpull.v1
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>smack</artifactId> <name>Smack</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>