slixmpp/examples
Lance Stout a3d111be12 Added new XEP-0050 implementation.
Backward incompatibility alert!

Please see examples/adhoc_provider.py for how to use the new
plugin implementation, or the test examples in the files
tests/test_stream_xep_0050.py and tests/test_stanza_xep_0050.py.

Major changes:
    - May now have zero-step commands. Useful if a command is
      intended to be a dynamic status report that doesn't
      require any user input.
    - May use payloads other than data forms, such as a
      completely custom stanza type.
    - May include multiple payload items, such as multiple
      data forms, or a form and a custom stanza type.
    - Includes a command user API for calling adhoc commands
      on remote agents and managing the workflow.
    - Added support for note elements.

Todo:
    - Add prev action support.

You may use register_plugin('old_0050') to continue using the
previous XEP-0050 implementation.
2011-03-24 09:35:36 -04:00
..
adhoc_provider.py Added new XEP-0050 implementation. 2011-03-24 09:35:36 -04:00
adhoc_user.py Added new XEP-0050 implementation. 2011-03-24 09:35:36 -04:00
config.xml Updated the client and component examples. 2010-09-01 18:18:30 -04:00
config_component.py Fixed linespacing and whitespace issues in examples to make them PEP8 compliant. 2010-09-01 18:21:09 -04:00
disco_browser.py Tidy up the examples. 2011-03-23 22:59:21 -04:00
echo_client.py Tidy up the examples. 2011-03-23 22:59:21 -04:00
muc.py Added a basic example for using MUC. 2010-11-17 17:28:04 -05:00
ping.py Tidy up the examples. 2011-03-23 22:59:21 -04:00
rpc_async.py Added examples. 2011-01-13 11:58:20 +01:00
rpc_client_side.py Added examples. 2011-01-13 11:58:20 +01:00
rpc_server_side.py Added examples. 2011-01-13 11:58:20 +01:00