{"id":16880539,"url":"https://github.com/squaremo/smackx-pubsub","last_synced_at":"2025-10-26T15:42:02.896Z","repository":{"id":66130750,"uuid":"227176","full_name":"squaremo/smackx-pubsub","owner":"squaremo","description":"[RETIRED -- now in SVN trunk] XEP-0060 extension to the Smack XMPP client library","archived":false,"fork":false,"pushed_at":"2020-10-13T09:52:10.000Z","size":1442,"stargazers_count":7,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-25T18:00:03.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.igniterealtime.org/community/thread/38433","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/squaremo.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2009-06-14T22:59:37.000Z","updated_at":"2021-06-08T11:45:27.000Z","dependencies_parsed_at":"2023-02-24T14:15:50.220Z","dependency_job_id":null,"html_url":"https://github.com/squaremo/smackx-pubsub","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/squaremo/smackx-pubsub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fsmackx-pubsub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fsmackx-pubsub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fsmackx-pubsub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fsmackx-pubsub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squaremo","download_url":"https://codeload.github.com/squaremo/smackx-pubsub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fsmackx-pubsub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281129239,"owners_count":26448686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T15:59:07.991Z","updated_at":"2025-10-26T15:42:02.852Z","avatar_url":"https://github.com/squaremo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"* XEP-0060 (PubSub) extensions to Smack\n\n*NB*: smackx-pubsub is now in IgniteRealtime's SVN repository, and is\nactively maintained there:\nhttp://www.igniterealtime.org/fisheye/browse/svn-org/smack/trunk/source/org/jivesoftware/smackx/pubsub\n\nThat should be considered the canonical source repository; I'm leaving\nthis here in case there's stuff that hasn't made it into SVN, and for\nthe notes on ejabberd compatibility below.\n\nOriginal code by rcollier: http://www.igniterealtime.org/community/people/rcollier\nPosted at http://www.igniterealtime.org/community/thread/38433\n\nModifications by Michael Bridgen \u003cmikeb@lshift.net\u003e, including\nMavenisation.\n\n** Building\n\nThis is a straight-forward Maven build.  Except that it depends on\nnewer versions of the smack jars than I can find anywhere in a Maven\nrepo, so I have included them here, along with a script for installing\nthem.  There are plans to have an igniterealtime Maven repo:\nhttp://www.igniterealtime.org/issues/browse/SMACK-265.  Until then\nwe'll have to make do.\n\nNote that many of the tests fail with OpenFire, because the library\nfollows v1.12 of XEP-0060, while OpenFire implements v1.8.\n\nMost tests fail with ejabberd, because of its idiosyncratic node\nscheme (see\nhttp://dev.esl.eu/blog/2008/06/27/differences-openfireejabberd-part-i/);\nbut this may be fixable to some extent, and I'm trying it.\n\n$ sh install-libs.sh\n$ mvn -DskipTests install\n\nThis makes a jar file in target/, and installs it to your local Maven\nrepo.\n\n** Debugging\n\nUse the system property smack.debugEnabled to tell smack to show the\nXMPP debugger.  I've put it in NetBeans's Actions tab (Project\nProperties).\n\n** Using with ejabberd\n\nThe tests will run into ejabberd's registration timeout, giving a 500\nResource Constraint error.  To avoid this, you can put an global\noption in ejabberd.cfg:\n\n%% Allow fast regiatrations for testing\n{registration_timeout, infinity}.\n\nThe 3.10 Smack release also has an error in the SASL implementation,\nwhich results in a NullPointException.  This needs a patch, which I've\nincluded in the JAR for the time being.\n\n(thanks http://www.ejabberd.im/node/3003 and\n        http://www.igniterealtime.org/community/thread/35976)\n\nMost tests still fail with ejabberd; I've started making the tests use\nejabberd's /home/ node structure, which ought also to work with\nOpenFire.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Fsmackx-pubsub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquaremo%2Fsmackx-pubsub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Fsmackx-pubsub/lists"}