Skip to content

Commit cbb780f

Browse files
committed
Adding SleekXMPP to install instructions
1 parent fa95dda commit cbb780f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Install pure-sasl from ``TracyWebTech/digestmd5`` branch:
2424

2525
pip install git+https://github.com/TracyWebTech/pure-sasl@digestmd5
2626

27+
Install SleekXMPP from ``TracyWebTech/fix-gevent`` branch:
28+
29+
::
30+
31+
pip install git+https://github.com/TracyWebTech/SleekXMPP@fix-gevent
32+
2733
Install django-conversejs:
2834

2935
::
@@ -150,4 +156,6 @@ method. That's why this instructions ask you to install pure-sasl from a reposit
150156
which is not the official one. As soon as `pure-sasl` authors get the bugs fixed
151157
we'll update the instructions.
152158

159+
It also depends on `SleekXMPP` that currently has a bug when used with gevent. This bug has been already fixed in the development branch but still not released as stable. While this is not released the install instructions will point to TracyWebTech repository that has the stable version with the gevent patch applied.
160+
153161
Sorry for the inconvenience.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
git+https://github.com/TracyWebTech/pure-sasl@digestmd5
2-
sleekxmpp==1.1.11
2+
git+https://github.com/TracyWebTech/SleekXMPP@fix-gevent
33
dnspython==1.11.1

0 commit comments

Comments
 (0)