Version 17 (modified by ralphm, 10 years ago) (diff) |
---|
Wokkel
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 found in Twisted Words, that are meant to eventually move there.
Currently, Wokkel provides the following enhancements on top of Twisted Words:
- A mechanism for easier implementation of XMPP Enhancement Protocols (XEPs) as so-called subprotocols.
- XMPP Client and server-side component support, that eases development and supports subprotocols.
- XMPP Server support. Note that this does not yet include support for handling client connections.
- Subprotocol implementations for:
- Data format implementations for:
Downloads
The most current release is 0.6.3 (2009-08-20), available via the downloads section.
Discussion
Your input is much appreciated. The Twisted Jabber mailing list is home to user questions, announcements and development discussions.
If you want an account for this Trac instance, contact me. I disabled online registration due to spam.
Development
The main Mercurial repository is available at http://hg.ik.nu/wokkel. Quick checkout:
hg clone http://hg.ik.nu/wokkel
Some work-in-progress by ralphm is in Mercurial Queues and feature clones at http://hg.ik.nu/ralphm.
There is also a GitHub git clone that is kept in sync with the Mercurial repository.
Note that the old Subversion repository (https://svn.ik.nu/wokkel/) is current up till the 0.6.3 release, and is no longer updated.
Name
Wokkel lends it name from a popular twisted savory snack in the Netherlands.
Author
Wokkel's primary author is [xmpp:ralphm@ik.nu Ralph Meijer]. In his personal blog, Ralph posts the latest developments on Wokkel and other Jabber related topics.