# # ChangeLog for doc # # Generated by Trac 1.0.9 # Aug 18, 2022, 4:34:20 PM Wed, 09 May 2012 11:51:08 GMT Ralph Meijer [170:bb143a4ae70d] * doc/Makefile (added) * doc/_templates/indexsidebar.html (added) * doc/client.rst (added) * doc/conf.py (added) * doc/examples/index.rst (added) * doc/index.rst (added) * doc/listings/client/client1.tac (added) * doc/listings/client/client2.tac (added) * doc/listings/client/one_off_client.tac (added) * doc/wokkel.cfg (added) Add documentation using Sphinx and pydoctor, automate doc generation. Sun, 08 Jan 2012 08:26:06 GMT Ralph Meijer [162:8bffd58d7b6d] * doc/examples/muc_client.tac (modified) * wokkel/muc.py (modified) * wokkel/test/test_muc.py (modified) Expose locked state of a room on join response with room created ... Thu, 10 Nov 2011 14:55:55 GMT Ralph Meijer [156:d79ffefc3ac1] * doc/examples/muc_client.tac (added) * wokkel/muc.py (modified) Add a simple MUC client example that responds to greetings, fix a typo. Fri, 17 Jul 2009 13:35:32 GMT Ralph Meijer [69:8ed65ffed8b2] * doc/examples/echo_server.tac (modified) Fix docstring. Fri, 17 Jul 2009 13:19:40 GMT Ralph Meijer [68:2c6d1f895583] * doc/examples/echo_server.tac (added) * wokkel/generic.py (modified) * wokkel/test/test_xmppim.py (modified) * wokkel/xmppim.py (modified) Implement a better presence protocol handler PresenceProtocol. This ... Wed, 08 Jul 2009 20:05:58 GMT Ralph Meijer [65:6936acbdb9bd] * doc/examples/ping_component.tac (added) * doc/examples/ping_s2s.tac (added) * doc/examples/ping_server.tac (added) * doc/examples/pinger.py (added) * doc/examples/pinger_client.tac (added) * doc/examples/pinger_component.tac (added) * doc/examples/pinger_s2s.tac (added) * doc/examples/router.tac (added) * wokkel/disco.py (modified) * wokkel/ping.py (added) * wokkel/test/test_disco.py (modified) * wokkel/test/test_ping.py (added) Add support for the XMPP Ping protocol. Author: ralphm Fixes #55. ...