{"id":66492,"library":"smack","title":"Smack","description":"An open-source XMPP (Jabber) client library for instant messaging and presence.","status":"active","version":"2.0.0","language":"java","source_language":null,"source_url":null,"tags":["xmpp","messaging","instant-messaging","client"],"install":[{"cmd":"<dependency>\n  <groupId>jivesoftware</groupId>\n  <artifactId>smack</artifactId>\n  <version>2.0.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'jivesoftware:smack:2.0.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"XMPPConnection","correct":"org.jivesoftware.smack.XMPPConnection"}],"quickstart":{"code":"import org.jivesoftware.smack.XMPPConnection;\nimport org.jivesoftware.smack.tcp.XMPPTCPConnection;\n\nXMPPConnection connection = new XMPPTCPConnection(\"user@example.com\", \"password\");\nconnection.connect();\nconnection.login();\nSystem.out.println(\"Connected: \" + connection.isConnected());","lang":"java","description":"Connect to an XMPP server"},"warnings":[{"fix":"Use org.igniterealtime.smack:smack-core:4.4.7 or later","message":"Version 2.0.0 is outdated; consider using Smack 4.x for modern XMPP support","severity":"breaking","affected_versions":"<=2.0.0"}],"env_vars":null,"search_vec":"'client':8,20 'instant':11,18 'instant-messag':17 'jabber':7 'librari':9 'messag':12,16,19 'open':4 'open-sourc':3 'presenc':14 'smack':1 'sourc':5 'xmpp':6,15","created_at":"2026-06-17T17:24:31.316115+00:00","updated_at":"2026-06-17T17:24:31.316115+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.jivesoftware.org/smack/","github":null,"docs":"https://appdoc.app/artifact/jivesoftware/smack/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}