Update readme and changes

This commit is contained in:
JC Brand 2014-11-25 10:59:59 +01:00
parent 329746d839
commit 5f41d9779a
2 changed files with 13 additions and 9 deletions

View File

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

View File

@ -4,7 +4,8 @@ Changelog
0.8.4 (Unreleased) 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) 0.8.4 (2014-11-15)
------------------ ------------------