Browse Source

Update readme and changes

JC Brand 10 years ago
parent
commit
5f41d9779a
2 changed files with 13 additions and 9 deletions
  1. 11 8
      README.rst
  2. 2 1
      docs/CHANGES.rst

+ 11 - 8
README.rst

@@ -19,19 +19,22 @@ Features
 It has the following features:
 
 * Single-user chat
-* Multi-user chat in chatrooms
-* vCard support
-* Service discovery
-* Contact rosters
-* Manually or automically subscribe to other contacts
+* Multi-user chat rooms `XEP 45 <http://xmpp.org/extensions/xep-0045.html>`_
+* Direct invitations to chat rooms `XEP 249 <http://xmpp.org/extensions/xep-0249.html>`_
+* vCard support `XEP 54 <http://xmpp.org/extensions/xep-0054.html>`_
+* Service discovery `XEP 30 <http://xmpp.org/extensions/xep-0030.html>`_
+* In-band registration `XEP 77<http://xmpp.org/extensions/xep-0077.html>`_
+* Contact rosters and groups
+* Contact subscriptions
 * Accept or decline contact requests
-* Roster item exchange
+* Roster item exchange `XEP 144 <http://xmpp.org/extensions/tmp/xep-0144-1.1.html>`_
 * Chat statuses (online, busy, away, offline)
 * Custom status messages
+* Messages appear in all connnected chat clients `XEP 280 <http://xmpp.org/extensions/tmp/xep-0280.html>`_
 * Typing notifications
 * Third person messages (/me )
-* Translated into multiple languages  (af, de, en, es, fr, he, hu, id, it, ja, nl, pt_BR, ru)
-* Off-the-record encryption support (via `OTR.js <http://arlolra.github.io/otr>`_)
+* Translated into 14 languages
+* Off-the-record encryption
 
 -----------
 Screencasts

+ 2 - 1
docs/CHANGES.rst

@@ -4,7 +4,8 @@ Changelog
 0.8.4 (Unreleased)
 ------------------
 
-* #282 JIDs or nicknames not shown in chat rooms. [jcbrand]
+* #117 JIDs or nicknames not shown in chat rooms. [jcbrand]
+* #282 XEP-0077 In-band registration. [jcbrand]
 
 0.8.4 (2014-11-15)
 ------------------