Simple, beautiful XMPP/Jabber client for Android
Go to file
2019-05-23 17:31:15 +04:00
.idea Added logout system. Fixed bug when logging in (when network error). Code cleanup. 2019-05-23 15:23:03 +04:00
app Removed old layouts (cleanup) 2019-05-23 17:31:15 +04:00
gradle/wrapper Removed TomP2P and downgraded Gradle 2019-05-21 16:41:40 +04:00
.gitignore [WIP] Migrating to XMPP, added XMPPConnectionService, LoginActivity 2019-05-19 15:29:02 +04:00
build.gradle Added letter icon in avatar if user has no avatar 2019-05-23 17:05:05 +04:00
gradle.properties [WIP] Migrating to XMPP, added XMPPConnectionService, LoginActivity 2019-05-19 15:29:02 +04:00
gradlew [WIP] Migrating to XMPP, added XMPPConnectionService, LoginActivity 2019-05-19 15:29:02 +04:00
gradlew.bat [WIP] Migrating to XMPP, added XMPPConnectionService, LoginActivity 2019-05-19 15:29:02 +04:00
LICENSE Moved interclass communication to EventBus library from greenrobot, implemented loading roster entries and user avatars. Refactored service system 2019-05-22 23:42:01 +04:00
README.md [WIP] Migrating to XMPP, added XMPPConnectionService, LoginActivity 2019-05-19 15:29:02 +04:00
settings.gradle [WIP] Migrating to XMPP, added XMPPConnectionService, LoginActivity 2019-05-19 15:29:02 +04:00

Influence

This is a decentralized messenger for Android, which work on top of TomP2P DHT.

Table of Contents

Intro

[Soon]

Getting started

  1. Clone repo:
$ git clone https://github.com/ChronosX88/Influence-android
$ cd Influence-android
  1. Simply open project in Android Studio.

(Also exists precompiled APKs - see Releases)

⇧ back to top

Features

  • 1:1 chats
  • Decentralized message storage
  • Username system
  • Group chats [Soon]
  • Encryption [Soon]
  • Channels (like Telegram) [Soon]
  • Profile pictures [Soon]

⇧ back to top

⇧ back to top

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.

⇧ back to top

Author

Author : ChronosX88
Email : chronosx88@gmail.com
Github : https://github.com/ChronosX88/Influence-android.git

forthebadge

⇧ back to top