Registry / messaging / smack-tcp

smack-tcp

JSON →
library4.4.8javamavenunverified

Provides TCP-based XMPP connection support for the Smack library, enabling standard XMPP communication.

<dependency> <groupId>org.igniterealtime.smack</groupId> <artifactId>smack-tcp</artifactId> <version>4.4.8</version> </dependency>
INSTALL
IMPORT
SIG · SMACK-TCP
S
smack-tcp
messagingjavav4.4.8
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.

XMPPTCPConnection
✓ org.jivesoftware.smack.tcp.XMPPTCPConnection

Minimal usage of XMPPTCPConnection to connect to an XMPP server.

import org.jivesoftware.smack.tcp.XMPPTCPConnection; import org.jivesoftware.smack.ConnectionConfiguration; public class Example { public static void main(String[] args) throws Exception { XMPPTCPConnection connection = new XMPPTCPConnection("example.com"); connection.connect(); System.out.println("Connected: " + connection.isConnected()); connection.disconnect(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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