1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-10-18 12:15:58 +02:00
No description
Find a file
Florian Schmaus 94375e3208 Bump minimum Android SDK version to 21
Fixes SMACK-951
2024-09-15 19:09:19 +02:00
.github Merge branch '4.4' 2024-09-12 13:02:16 +02:00
.idea Add icon to IntelliJ metadata 2023-10-05 10:31:41 +02:00
config Add smack-examples 2023-11-28 10:46:16 +01:00
gradle/wrapper Add gradle wrapper 2022-06-07 08:46:18 +02:00
resources Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-android Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-android-extensions Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-bosh Merge branch '4.4' 2023-12-11 11:18:03 +01:00
smack-core Delete APIs scheduled for removal with Smack 4.5 2024-09-14 21:34:47 +02:00
smack-debug Migrate markdown documentation to javadoc 2023-02-03 09:50:35 +01:00
smack-debug-slf4j Merge pull request #517 from Neustradamus/slf4j 2023-11-25 19:00:20 +00:00
smack-examples [smack-examples] Add XmppConnectionTool 2024-05-08 15:53:00 +02:00
smack-experimental Delete APIs scheduled for removal with Smack 4.5 2024-09-14 21:34:47 +02:00
smack-extensions Delete APIs scheduled for removal with Smack 4.5 2024-09-14 21:34:47 +02:00
smack-im Delete APIs scheduled for removal with Smack 4.5 2024-09-14 21:34:47 +02:00
smack-integration-test Merge pull request #624 from guusdk/SMACK-949_MUC-join-state-after-destroy 2024-09-12 11:41:59 +00:00
smack-java8 [gradle] Do not use deprecated 'compile' directive 2021-04-14 20:30:51 +02:00
smack-java8-full Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-jingle-old Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-legacy Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-omemo Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-omemo-signal Bump libsignal-protocol-java to 2.8.1 2023-06-24 11:28:53 +02:00
smack-omemo-signal-integration-test [omemo-signal-integration-test] Add Bouncy Castle as security provider 2023-12-07 11:40:20 +01:00
smack-openpgp Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-repl [smack-repl] Fix scala.repl's imports 2024-05-08 14:59:05 +02:00
smack-resolver-dnsjava [gradle] Do not use deprecated 'compile' directive 2021-04-14 20:30:51 +02:00
smack-resolver-javax Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-resolver-minidns [gradle] Do not use deprecated 'compile' directive 2021-04-14 20:30:51 +02:00
smack-resolver-minidns-dox [gradle] Do not use deprecated 'compile' directive 2021-04-14 20:30:51 +02:00
smack-sasl-javax Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-sasl-provided Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-streammanagement Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
smack-tcp Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-websocket Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-websocket-java11 [websocket-java11] Prevent infinite recursion in disconnect() 2023-02-11 16:13:07 +01:00
smack-websocket-okhttp Add smack-websocket-java11 2021-02-14 20:34:40 +01:00
smack-xmlparser Fixes spelling (includes one API change) 2024-09-11 20:03:43 +02:00
smack-xmlparser-stax Merge branch '4.4' 2021-10-19 14:33:21 +02:00
smack-xmlparser-xpp3 Make Smack jars OSGi bundles 2021-10-17 15:57:48 +02:00
.gitignore Add icon to IntelliJ metadata 2023-10-05 10:31:41 +02:00
.mailmap Add .mailmap 2020-11-05 12:52:17 +01:00
build.gradle Bump minimum Android SDK version to 21 2024-09-15 19:09:19 +02:00
CHANGELOG.md Smack 4.4.8 2024-04-02 18:28:10 +02:00
DEVELOPING.md Migrate markdown documentation to javadoc 2023-02-03 09:50:35 +01:00
gradlew Add gradle wrapper 2022-06-07 08:46:18 +02:00
gradlew.bat Add gradle wrapper 2022-06-07 08:46:18 +02:00
LICENSE Add Appendix to LICENSE 2017-04-24 15:12:27 +02:00
NOTICE Update NOTICE file 2021-10-25 17:00:14 +02:00
README.md [README] Fix MUC badge 2022-09-02 16:48:57 +02:00
repl Bump Ammonite REPL to 1.3.2 2018-10-27 15:41:17 +02:00
settings.gradle Add smack-examples 2023-11-28 10:46:16 +01:00
version Smack 4.5.0-beta2-SNAPSHOT 2024-09-14 21:46:55 +02:00

Smack

Build Status Coverage Status Project Stats Link to XMPP chat smack@conference.igniterealtime.org

About

Smack is an open-source, highly modular, easy to use, XMPP client library written in Java for Java SE compatible JVMs and Android.

Being a pure Java library, it can be embedded into your applications to create anything from a full XMPP instant messaging client to simple XMPP integrations such as sending notification messages and presence-enabling devices. Smack and XMPP allow you to easily exchange data in various ways e.g., fire-and-forget, publish-subscribe, between human and non-human endpoints (M2M, IoT, …).

More information is provided by the Overview.

Getting started

Start with having a look at the Documentation and the Javadoc.

Instructions on how to use Smack in your Java or Android project are provided in the Smack Readme and Upgrade Guide.

License

Most of Smack is governed by the Apache License 2.0 (SPDX License Identifier: Apache 2.0). This license requires that the contents of a NOTICE text file are shown "…within a display generated by the Derivative Works, if and wherever such third-party notices normally appear.".

Smack comes which such a NOTICE file. Moreover, since smack-core is licensed under the Apache License 2.0, the conditions apply to every project using Smack. The content of Smack's NOTICE file can conveniently be retrieved using Smack.getNoticeStream().

Some subprojects of Smack are governed by other licenses. Please refer to the individual subprojects.

Professional Services

Smack is a collaborative effort of many people. Some are paid, e.g., by their employer or a third party, for their contributions. But many contribute in their spare time for free. While we try to provide the best possible XMPP library for Android and Java SE-compatible execution environments by following state-of-the-art software engineering practices, the API may not always perfectly fit your requirements. Hence welcome contributions and encourage discussion about how Smack can be further improved. We also provide paid services ranging from XMPP/Smack related consulting to designing and developing features to accommodate your needs. Please contact Florian Schmaus for further information.

Bug Reporting

Only a few users have access for filling bugs in the tracker. New users should:

  1. Read "How to ask for help or report an issue"
  2. Create a discourse account (you can also sign up with your Google account).
  3. Login to the forum account
  4. Press "New Topic" in your toolbar and choose the 'Smack Support' sub-category.

Please search for your issues in the bug tracker before reporting.

Contact

The developers hang around in smack@conference.igniterealtime.org. You may use this link to join the room via inverse.chat. Remember that it may take some time (~hours) to get a response.

You can also reach us via the Smack Support Forum if you have questions or need support, or the Smack Developers Forum if you want to discuss Smack development.

Contributing

If you want to start developing for Smack and eventually contribute code back, then please have a look at the Guidelines for Smack Developers and Contributors. The guidelines also contain development quickstart instructions.

Resources

Ignite Realtime

Ignite Realtime is an Open Source community composed of end-users and developers around the world who are interested in applying innovative, open-standards-based RealTime Collaboration to their businesses and organizations. We're aimed at disrupting proprietary, non-open standards-based systems and invite you to participate in what's already one of the biggest and most active Open Source communities.

Smack - an Ignite Realtime community project.