{"id":13647200,"url":"https://github.com/Flowdalic/asmack","last_synced_at":"2025-04-22T02:30:50.669Z","repository":{"id":1437711,"uuid":"1666502","full_name":"Flowdalic/asmack","owner":"Flowdalic","description":"A build environment for the XMPP client library Smack on Android","archived":true,"fork":false,"pushed_at":"2015-03-29T13:57:44.000Z","size":3543,"stargazers_count":1326,"open_issues_count":0,"forks_count":577,"subscribers_count":173,"default_branch":"master","last_synced_at":"2024-08-02T01:27:06.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://asmack.org","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flowdalic.png","metadata":{"files":{"readme":"README.asmack","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-04-26T18:25:30.000Z","updated_at":"2024-04-09T06:52:30.000Z","dependencies_parsed_at":"2022-08-16T13:20:37.312Z","dependency_job_id":null,"html_url":"https://github.com/Flowdalic/asmack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowdalic%2Fasmack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowdalic%2Fasmack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowdalic%2Fasmack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowdalic%2Fasmack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flowdalic","download_url":"https://codeload.github.com/Flowdalic/asmack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223887450,"owners_count":17219929,"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","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-08-02T01:03:23.766Z","updated_at":"2024-11-09T21:30:16.761Z","avatar_url":"https://github.com/Flowdalic.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"aSmack README\n=============\n\nVersion: $VERSION_TAG\nBuild date: $BUILD_DATE\n\nImportant Notes\n===============\n\nRequirements\n------------\n\nYou have to call SmackAndroid.init(Context) (in\norg.jivesoftware.smack) in order to initialize Smack on Android or\nSmack won't work as expected!\n\nSmack requires dnsjava for DNS SRV record lookup. You need to add the\ndnsjava library to your project's libraries.\n\nProGuard\n--------\n\nIf you use ProGuard, you have to configure it so that no important\nSmack classes are optimized away:\n\n# Smack specific configuration\n-keep class de.measite.smack.AndroidDebugger { *; }\n-keep class * implements org.jivesoftware.smack.initializer.SmackInitializer\n-keep class * implements org.jivesoftware.smack.provider.IQProvider\n-keep class * implements org.jivesoftware.smack.provider.PacketExtensionProvider\n-keep class * extends org.jivesoftware.smack.packet.Packet\n-keep class org.jivesoftware.smack.XMPPConnection\n-keep class org.jivesoftware.smack.ReconnectionManager\n-keep class org.jivesoftware.smack.CustomSmackConfiguration\n-keep class org.jivesoftware.smackx.disco.ServiceDiscoveryManager\n-keep class org.jivesoftware.smackx.xhtmlim.XHTMLManager\n-keep class org.jivesoftware.smackx.muc.MultiUserChat\n-keep class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager\n-keep class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager\n-keep class org.jivesoftware.smackx.filetransfer.FileTransferManager\n-keep class org.jivesoftware.smackx.iqlast.LastActivityManager\n-keep class org.jivesoftware.smackx.commands.AdHocCommandManager\n-keep class org.jivesoftware.smackx.ping.PingManager\n-keep class org.jivesoftware.smackx.privacy.PrivacyListManager\n-keep class org.jivesoftware.smackx.time.EntityTimeManager\n-keep class org.jivesoftware.smackx.vcardtemp.VCardManager\n\nProblems / Debugging\n==============================\n\naSmack Wiki\n-----------\n\nMore information about XMPP File Transfers, SSL Certificates and other\nstuff related to aSmack can be found in the wiki:\nhttps://github.com/Flowdalic/asmack/wiki\n\nHow to debug your problem\n-------------------------\n\nWe always provide source zips. Attach them to the jar in your favorite\nIDE. Enable debugging mode with XMPPConnection.DEBUG and\nconfig.setDebug. See also:\nhttp://www.igniterealtime.org/builds/smack/docs/latest/documentation/debugging.html\n\nReporting a bug\n---------------\n\nYour issue should contain\n1. a logcat\n2. a server to reproduce\n3. the code you are using (for FOSS project we'll accept repository URLs)\n\nIf you record a logcat, make sure to remove your credentials\n(usually a base64 block inside \u003cauth\u003e\u003c/auth\u003e).\n\nThere is no guarantee that we will reply immediately. But we will try\nto investigate the problem. Feel free to join #smack @ freenode and\nask for help (you may have to idle for some time before you get a\nreply).\n\nOpen Source Licenses\n====================\n\naSmack consists of the following components:\n\n * Smack (XMPP Client Library)\n   Copyright © 2003-2010 Jive Software\n   Copyright © 2001-2004 Apache Software Foundation\n   Copyright © 2011-2014 Florian Schmaus\n   Copyright © 2013 Georg Lukas\n   Copyright © 2013 Robin Collier\n   Copyright © 2009 Jonas Ådahl\n   Apache License, Version 2.0\n * aSmack custom code (various glue stuff)\n   Copyright © 2011-2014 Florian Schmaus\n   Copyright © 2009-2010 Rene Treffer\n   Apache License, Version 2.0\n * Apache Harmony (SASL/XML)\n   Copyright © 2006, 2010 Apache Software Foundation\n   Apache License, Version 2.0\n * novell-openldap-jldap (SASL)\n   Copyright © 2002-2003 Novell, Inc.\n   OpenLDAP Public License, Version 2.8\n * Apache qpid (SASL)\n   Copyright © 2006-2008 Apache Software Foundation\n   Apache License, Version 2.0\n\nLicense texts:\n * Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0\n * OpenLDAP Public License, Version 2.8: http://www.openldap.org/devel/gitweb.cgi?p=openldap-jldap.git;a=blob_plain;f=LICENSE;h=05ad7571e448b9d83ead5d4691274d9484574714;hb=HEAD\n\nComponent Revision Information for this Release\n===============================================\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlowdalic%2Fasmack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFlowdalic%2Fasmack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlowdalic%2Fasmack/lists"}