Registry / messaging / smackx

smackx

JSON →
library2.0.0javamavenunverified

Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence.

<dependency> <groupId>jivesoftware</groupId> <artifactId>smackx</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SMACKX
S
smackx
messagingjavav2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XMPPConnection
org.jivesoftware.smack.XMPPConnection

Minimal XMPP connection using Smack.

import org.jivesoftware.smack.XMPPConnection; import org.jivesoftware.smack.ConnectionConfiguration; public class SmackExample { public static void main(String[] args) throws Exception { ConnectionConfiguration config = new ConnectionConfiguration("example.com"); XMPPConnection connection = new XMPPConnection(config); connection.connect(); connection.login("user", "pass"); System.out.println("Connected!"); } }
Debug
Known issues
breakingVersion 2.0.0 is very old; consider using the modern Smack library (org.igniterealtime.smack:smack-core).
fix
Update to org.igniterealtime.smack:smack-core and related artifacts.
affects: <=2.0.0
Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
smackx — mvn dependency:get smackx · libregistry