wokkel
wokkel copied to clipboard
Wokkel is collection of enhancements on top of the Twisted networking framework, written in Python. It mostly provides a testing ground for enhancements to the Jabber/XMPP protocol implementation as f...
Fixes #31.
As of Twisted 19.7.0, xmlstream.TLSInitiatingInitializer is required by default (as I'm sure you know since you pushed the changes yourself) Unfortunately Wokkel doesn't expose the functionality in XMPPClient so it's...
Hello, Wokkel is not working with latest version of Twisted due to the use of `twisted.python.compat._PY3`. Indeed Twisted has dropped Python 2.7 support in this version, and thus removed `_PY3`....
Expose "required" initializer argument of xmlstream.TLSInitiatingInitializer through XMPPClient. Fixes: #28
Please give me example for xmpp server and xmpp client in two files - one for client one for server.
Please give me example for xmpp server and xmpp client in two files - one for client one for server. because I dont understand the examples. they are complicated.
needs the changes from https://github.com/ralphm/wokkel/pull/13 to work
XEP-0199 describes client to server pings. In this pull request client support for these types of pings is added. Additionally the ping() method now has an optional timeout parameter. Pings...
… use of plugins This allows us to implements some extra features in a class that inheritate from PubSubClient (see following pull requests for branches "rsm" and "mam").
needs the changes from https://github.com/ralphm/wokkel/pull/13 to work (or change in wokkel/pubsub.py line 986 to directly use PubSubRequest)
needs the changes from https://github.com/ralphm/wokkel/pull/13 to work