An open API service indexing awesome lists of open source software.

https://github.com/esl/mangosta-android

MongooseIM client for Android
https://github.com/esl/mangosta-android

android android-app chat instant-messaging messaging microblog mobile mobile-app real-time realtime-messaging social-network textchat

Last synced: about 1 year ago
JSON representation

MongooseIM client for Android

Awesome Lists containing this project

README

          

# Mangosta for Android

Mangosta for Android is an open source, open standard, XMPP/Jabber client.

It is designed to be a technology demonstration: it is not available on the Play Store, F-Droid or any other app store. You can install it as you wish.

Mangosta for Android is part of the [MongooseIM platform](https://github.com/esl/MongooseIM).

It comes with features such as:
* Group chats (MUC Light)
* One-to-one chats
* Microblogging
* Block/unblock users
* Contacts management (Roster)
* Stickers (Bits of Binary)
* Token-based reconnection
* Instant stream resumption
* Background service managing the XMPP connection and sending notifications (when the app is closed)

It includes unit tests and UI tests (using Espresso).

2 different implementations (same features in both):
* **master** branch: only XMPP
* **use.mongoose.rest.api** branch: XMPP + some features using the MongooseIM REST API

Feel free to comment, we will be glad to hear from your uses.
You can [report issues](https://github.com/esl/mangosta-android/issues) and/or [contribute](https://github.com/esl/mangosta-android/pulls).