Go to file
Paul Schaub c909f15f23
Improve elements and providers and create tests
2018-05-08 12:53:36 +02:00
config Enable LeftCurly checkstyle check 2018-04-06 10:25:06 +02:00
documentation Fix extensions table by adding missing table header. 2018-04-27 10:51:58 +02:00
resources Smack 4.2.4 2018-04-15 14:48:22 +02:00
smack-android Add AndroidSmackInitializer.initialize(Context) 2018-05-06 13:38:22 +02:00
smack-android-extensions Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00
smack-bosh Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-compression-jzlib Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
smack-core Add and register BodyElementProvider 2018-05-06 18:47:44 +02:00
smack-debug Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-debug-slf4j Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-experimental Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-extensions Merge pull request #234 from vanitasvitae/fixDeliveryReceipts 2018-05-06 22:00:47 +02:00
smack-im Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-integration-test Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-java7 Bump MiniDNS to 0.3.0-alpha1 2018-04-27 10:05:25 +02:00
smack-jingle-old Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-legacy Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-omemo Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-omemo-signal Bump errorprone to 2.2.0 2018-03-28 15:56:04 +02:00
smack-omemo-signal-integration-test Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
smack-openpgp Improve elements and providers and create tests 2018-05-08 12:53:36 +02:00
smack-openpgp-bouncycastle DRAFT/WIP Started XEP-0373: OpenPGP for XMPP implementation 2018-05-08 12:42:39 +02:00
smack-repl Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
smack-resolver-dnsjava Bump MiniDNS to 0.3.0 2018-05-05 10:53:52 +02:00
smack-resolver-javax Bump MiniDNS to 0.3.0 2018-05-05 10:53:52 +02:00
smack-resolver-minidns Bump MiniDNS to 0.3.0 2018-05-05 10:53:52 +02:00
smack-sasl-javax Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00
smack-sasl-provided Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00
smack-tcp Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
.gitignore Add OMEMO support 2017-06-02 13:40:10 +02:00
.travis.yml Add AndroidSmackInitializer.initialize(Context) 2018-05-06 13:38:22 +02:00
LICENSE Add Appendix to LICENSE 2017-04-24 15:12:27 +02:00
README.md Fixed typos 2018-02-16 08:48:27 +05:30
build.gradle Add AndroidSmackInitializer.initialize(Context) 2018-05-06 13:38:22 +02:00
repl REPL: Add support to enable a JDWP debug link 2017-10-14 13:38:24 +02:00
settings.gradle Improve elements and providers and create tests 2018-05-08 12:53:36 +02:00
version.gradle Bump jxmpp to 0.6.2 2018-05-05 10:57:32 +02:00

README.md

Smack

Build Status Coverage Status Project Stats Flattr this git repo Visit our IRC channel

About

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

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 allows 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 are provided by the Overview.

Getting started

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

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

Professional Services

Smack is a collaborative effort of many open source, professionally and spare-time, paid and unpaid, contributors. 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. We 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 in order 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.

Donate

If you find Smack useful and feel like donating, then you can use one of the following systems:

Contact

The developers hang around in #smack (freenode, IRC) and open_chat@conference.igniterealtime.org (XMPP MUC room). 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.