Wokkel Resources

1.1k Views Asked by At

This isn't a technical question, however after hours of scouring google I have not found an viable examples or resources to learn the Wokkel framework. I've extrapolated what I can from the source code itself, and the unit tests but still do not have a great understanding of how to implement subprotocols.

I'm working with a jabber server using almost all custom stanzas. If anyone has any resources or examples they could lend, that would be awesome.

Thanks

2

There are 2 best solutions below

0
On

I've started adding Sphinx-based prose documentation, along with the existing example scripts and put this up on http://wokkel.ik.nu/documentation. It also includes an API Reference generated using pydoctor.

0
On

I'm not sure what kind of "resources" you're looking for, but there are lots of examples out there:

There are also numerous resources linked in How do you create a simple Google Talk Client using the Twisted Words Python library?

If you need more help or want feedback from specialists, the relevant mailing list is Twisted-Jabber.

In addition, Wokkel is closely related to Twisted Words, so check out materials related to that project, especially http://twistedmatrix.com/documents/current/words/.