- Added support to Django 1.7 [@matheusfaria, @darksshades]
- Updated sleekxmpp version to 1.3.1
- Adding CONVERSEJS_ALLOW_CONTACT_REQUESTS configuration variable. [LuanP]
- Adding CONVERSEJS_SHOW_ONLY_ONLINE_USERS configuration variable. [LuanP]
- Adding timeout to BOSH connections [seocam]
- Adding function to change user password [LuanP]
- Moving/refactor registration functions to xmpp.py [LuanP]
- Better error handling on xmpp connections [LuanP]
- Python 2.6 compatibility fixes [chenhouwu]
- Allowing http responses to be gziped [chenhouwu]
- Fixing Digest-MD5 conformity issues [chenhouwu]
- Converse.js updated to 0.6.6 [seocam]
- Added CONVERSEJS_ENABLED setting. This allows the easily disable conversejs from the website. [seocam]
- Updating migration to make compatible with Django 1.5 Custom Users [seocam]
- Closing connections properly [seocam]
- Added converse.js fonticons to static files [seocam]
- Converse.js updated. Version 0.6.4 still used but with a patch applied to CSS to avoid clashing with Bootstrap. [seocam]
- Updating setup to use pure-sasl from PyPI [seocam]
- Fixed some python2.6 incompatibility issues [chenhouwu]
- Updated requirements on SleekXMPP [seocam]
- Updating converse.js from 0.6.3 to 0.6.4 [seocam]
- Adding CONVERSEJS_AUTO_REGISTER option to automatically create a JID for a given django user [seocam]
- Updating converse.js from 0.6.2 to 0.6.3 [seocam]
- Removed duplicated request asking for SASL DIGEST-MD5 challenge [seocam]
- Updating converse.js from 0.6.1 to 0.6.2 [seocam]
- Updating converse.js from 0.5 to 0.6.1 [seocam]
- Using distribute instead of distutils [seocam]
- Initial release [seocam]