Best XMPP Library for Python Web Application

I want to learn how to use XMPP and create a simple web application with real collaboration features. I am writing an application with Python (WSGI), and the application will require javascript because I will use jQuery or Dojo.

I downloaded Openfire for the server and which lib to choose? SleekXMPP creates problems with the tlslite module (python 2.5 and I only need python 2.6).

What is your suggestion?

+3
source share
3 answers

I think the Python way is to use Twistedwith Words.

Good luck

+1
source

, , java- Strophe XMPP, XMPP Twisted Wokkel.

+1

I found many problems with Openfire and TLS not with xmpp lib :( - SleekXMPP in trunk was converted to Python 3.0, and the branch is supported for Python 2.5

Unlike Julien, I would only go with Twisted Words if you really need the power of Twisted or if you already use Twisted. IMO SleekXMPP offers the closest match to the current XEP used today.

0
source

Source: https://habr.com/ru/post/1724743/


All Articles