File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,22 @@ Changelog
22=========
33
44
5- 0.2.9 (2013-12-06)
5+ 0.3.0 (2013-12-06)
66------------
77
88- Adding CONVERSEJS_ALLOW_CONTACT_REQUESTS configuration variable. [LuanP]
99- Adding CONVERSEJS_SHOW_ONLY_ONLINE_USERS configuration variable. [LuanP]
1010
1111
12+ 0.2.9 (2013-11-26)
13+ ------------
14+
15+ - Adding timeout to BOSH connections [seocam]
16+ - Adding function to change user password [LuanP]
17+ - Moving/refactor registration functions to xmpp.py [LuanP]
18+ - Better error handling on xmpp connections [LuanP]
19+
20+
12210.2.8 (2013-10-20)
1322------------
1423
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def read(*parts):
1919setup (
2020 name = 'django-conversejs' ,
2121 description = 'Adds converse.js (javascript XMPP client) to Django' ,
22- version = '0.2.9 ' ,
22+ version = '0.3.0 ' ,
2323 long_description = read ('README.rst' ),
2424 packages = ['conversejs' ,
2525 'conversejs.migrations' ,
You can’t perform that action at this time.
0 commit comments