Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-30 | Update examples to use the block'' argument instead of the deprecated ↵ | Rodolfo Carvalho | |
threaded''. | |||
2011-12-30 | Replace pydns with dnspython in the comments of the examples. | Rodolfo Carvalho | |
2011-11-18 | Remove the config_component example in favor of echo_component.sleek-1.0-RC31.0-RC3 | Lance Stout | |
The roster portion of the example is too outdated. | |||
2011-11-17 | Add echo component example. | Lance Stout | |
2011-08-23 | Remove extra debugging code that made it into a commit.sleek-1.0-RC11.0-RC1 | Lance Stout | |
2011-08-18 | Update examples to work with Python3 (raw_input vs input) | Lance Stout | |
2011-08-18 | fixed manual address definition | Nathan Fritz | |
2011-08-18 | Add an example for dumping the roster to the command line. | Lance Stout | |
2011-08-17 | Add guide for sending a message and then disconnecting. | Lance Stout | |
2011-08-13 | More documentation! | Lance Stout | |
Finished the echo bot quickstart. Added placeholders for other guides we need. | |||
2011-08-13 | Update XEP-0050 to use new IQ exceptions. | Lance Stout | |
IqError is now caught and forwarded to the command error handler referenced in the session. Errors are now caught and processed by the session's error handler whether or not the results Iq stanza includes the <command> substanza. Added the option for blocking command calls. The blocking option is set during start_command with block=True. Subsequent command flow methods use session['block'] to determine their blocking behaviour. If you use blocking commands, then you will need to wrap your command calls in a try/except block for IqTimeout exceptions. | |||
2011-08-10 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Nathan Fritz | |
2011-08-10 | added send_client example | Nathan Fritz | |
2011-07-27 | Add support for HTTP Proxy connections. | Lance Stout | |
2011-03-24 | Left too much unlrelated code in example. | Lance Stout | |
2011-03-24 | Added new XEP-0050 implementation. | Lance Stout | |
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-23 | Tidy up the examples. | Lance Stout | |
2011-02-11 | Updated XEP-0199 plugin. | Lance Stout | |
Now has docs and uses the new plugin format. | |||
2011-02-10 | added option to return false on ping error, added ping example | Nathan Fritz | |
2011-01-13 | Added examples. | Dann Martens | |
2010-12-16 | Updated echo_client example to mention SSL options. | Lance Stout | |
2010-12-16 | Added the disco browser as an example. | Lance Stout | |
2010-11-17 | Made echo client print help message. | Lance Stout | |
If the jid and password are not supplied, the options list will be displayed instead of hanging trying to connect to a nonexistant server. | |||
2010-11-17 | Added a basic example for using MUC. | Lance Stout | |
2010-09-01 | Fixed linespacing and whitespace issues in examples to make them PEP8 compliant. | Lance Stout | |
2010-09-01 | Updated the client and component examples. | Lance Stout | |
The component example now actually uses a config.xml file for its connection information, and to initialize a roster. | |||
2010-09-01 | Move the examples to a top-level examples directory. | Lance Stout | |