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
- Host: GitHub
- URL: https://github.com/esl/mangosta-android
- Owner: esl
- License: apache-2.0
- Created: 2016-10-13T14:50:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T17:00:57.000Z (over 7 years ago)
- Last Synced: 2025-04-05T20:22:25.588Z (about 1 year ago)
- Topics: android, android-app, chat, instant-messaging, messaging, microblog, mobile, mobile-app, real-time, realtime-messaging, social-network, textchat
- Language: Java
- Size: 4.95 MB
- Stars: 31
- Watchers: 56
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).