Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wokkel Resources [closed]

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

like image 895
Kyle Avatar asked Jun 23 '11 23:06

Kyle


2 Answers

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

  • http://wokkel.ik.nu/wiki/XMPPClients
  • An XMPP Echo Bot with Twisted and Wokkel and Echo Bot Part 2: Making a Component
  • Twisted Wokkel Bot
  • Twisted / Wokkel XMPP Client Example
  • XMPP-Ping Examples

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/.

like image 147
agf Avatar answered Oct 17 '22 20:10

agf


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.

like image 22
Ralph Meijer Avatar answered Oct 17 '22 19:10

Ralph Meijer