Skip to content

Releases: TracyWebTech/django-conversejs

0.3.4 (2014-11-04)

04 Nov 13:21
Compare
Choose a tag to compare
Added missing files from install

0.3 (2013-12-06)

06 Dec 16:02
Compare
Choose a tag to compare
  • Adding CONVERSEJS_ALLOW_CONTACT_REQUESTS configuration variable. [@LuanP]
  • Adding CONVERSEJS_SHOW_ONLY_ONLINE_USERS configuration variable. [@LuanP]

0.2.9 (2013-11-26)

26 Nov 14:59
Compare
Choose a tag to compare
  • 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]

0.2.8 (2013-10-20)

20 Oct 22:09
Compare
Choose a tag to compare
  • 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]

0.2.7 (2013-10-17)

17 Oct 15:00
Compare
Choose a tag to compare
  • 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]

0.2.6 (2013-09-19)

19 Sep 17:04
Compare
Choose a tag to compare
  • 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]

0.2.5 (2013-09-16)

16 Sep 16:46
Compare
Choose a tag to compare
  • Fixed some python2.6 incompatibility issues [chenhouwu]
  • Updated requirements on SleekXMPP [seocam]
  • Updating converse.js from 0.6.3 to 0.6.4 [seocam]

0.2.4 (2013-09-12)

12 Sep 15:12
Compare
Choose a tag to compare
  • 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]

0.2.3 (2013-08-31)

31 Aug 10:58
Compare
Choose a tag to compare
  • Removed duplicated request asking for SASL DIGEST-MD5 challenge [seocam]
  • Updating converse.js from 0.6.1 to 0.6.2 [seocam]

Version 0.2.2 (2013-08-28)

28 Aug 12:59
Compare
Choose a tag to compare
  • Updating converse.js to from 0.5 to 0.6.1 [seocam]
  • Using distribute instead of distutils [seocam]