From e2e80faf8e3b595acc305850d7bd72b2569ccaf6 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Thu, 30 May 2019 15:30:52 +0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8301cae..afb7ed6 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,24 @@ $ cd Influence ## Features - 1:1 chats -- Group chats *[coming soon]* +- User presence +- Showing images in chat (currently unstable) - Avatars - Message history synchronization (MAM, XEP-313) -- Managing Roster *[coming soon]* -- User presences +- Background service +- Notifications about new messages (currently unstable) +- Group chats *[coming soon]* +- Registration on XMPP servers *[coming soon]* +- Multi-account support *[coming soon]* +- Roster Managing *[coming soon]* - OMEMO E2E Encryption *[coming soon]* +- Message Delivery Guarantee *[coming soon]* [⇧ back to top](#contents) ## Useful links -- [Smack library GitHub](https://github.com/igniterealtime/Smack) +- [Smack library GitHub](https://github.com/igniterealtime/Smack) - it is core library of this client. [⇧ back to top](#contents)