Registry / messaging / smack
library2.0.0javamavenunverified

An open-source XMPP (Jabber) client library for instant messaging and presence.

<dependency> <groupId>jivesoftware</groupId> <artifactId>smack</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SMACK
S
smack
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

Connect to an XMPP server

import org.jivesoftware.smack.XMPPConnection; import org.jivesoftware.smack.tcp.XMPPTCPConnection; XMPPConnection connection = new XMPPTCPConnection("user@example.com", "password"); connection.connect(); connection.login(); System.out.println("Connected: " + connection.isConnected());
Debug
Known issues
breakingVersion 2.0.0 is outdated; consider using Smack 4.x for modern XMPP support
fix
Use org.igniterealtime.smack:smack-core:4.4.7 or later
affects: <=2.0.0
Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
smack — mvn dependency:get smack · libregistry