summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2018-05-13examples: Display only the form, and not the entire stanza.Emmanuel Gil Peyrot
2018-05-13examples: Display the actual cause for a failed command.Emmanuel Gil Peyrot
2018-05-13examples: Use the existing get_node_config function.Emmanuel Gil Peyrot
2018-05-13examples: Add support for node configuration to pubsub_client.Emmanuel Gil Peyrot
2018-03-08Simplify usage of HTTP File Upload plugin.Emmanuel Gil Peyrot
2018-03-08Add max-file-size support to HTTP File Upload example.Emmanuel Gil Peyrot
2018-03-08Add an HTTP File Upload example.Emmanuel Gil Peyrot
2017-11-23Add a Markup plugin.Emmanuel Gil Peyrot
2017-10-24MAM example: Also display the timestamp.Emmanuel Gil Peyrot
2017-10-24Clean up the MAM example a bit.Emmanuel Gil Peyrot
2017-09-24Update the MAM plugin for asyncio & new namespacemathieui
2017-02-14Fix the http over xmpp examplemathieui
2017-02-14Fix the gtalk examplemathieui
2017-02-14Fix custom stanza examplesmathieui
2016-12-29Examples: Use argparse for http_over_xmpp.Emmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\)))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-09-30Fix uses of super() in the codebasemathieui
2016-09-21XEP-0045: Remove support for old-style {get,set,del}TitleCase methods.Emmanuel Gil Peyrot
2016-09-20Various XEPs: Remove deprecated aliases.Emmanuel Gil Peyrot
2016-08-19Improve XEP-0070 and examplesmathieui
2016-08-19Initial work on XEP_0070, plugin and examplesEmmanuel Gil Peyrot
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2015-08-23Add SOCKS5 Bytestream examples.Emmanuel Gil Peyrot
2015-08-08Fix the pubsub_client example.Emmanuel Gil Peyrot
2015-08-08Stop disco_browser and pubsub_client examples once they are finished.Emmanuel Gil Peyrot
2015-07-09Fix UnboundlocalError in disco_browser.py exampleelya5
2015-07-05Merge pull request #365 from jdowner/stagingMike Taylor
2015-05-25Change to roster migration exampleSteven Roose
2015-05-13Fixed importsJoshua Downer
2015-04-28Merge remote-tracking branch 'origin/develop' into xep_0332Sangeeth Saravanaraj
2015-04-19XEP-0047: fix examples.Emmanuel Gil Peyrot
2015-04-11Merge pull request #313 from mayflower/developMike Taylor
2015-03-25Fixed bug #353 Python3 XEP-0084 errorRichard Kellner
2015-02-28Fix examples relying on the changed APImathieui
2015-02-24Update the documentation and examplesmathieui
2015-02-05Added help for running example..Sangeeth Saravanaraj
2015-02-05Updated Example..Sangeeth Saravanaraj
2015-01-22renamed example for convenience.Sangeeth Saravanaraj
2015-01-22Boilerplate example.Sangeeth Saravanaraj
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
2014-09-28Don’t set the wait time to True instead of leaving its float default, in ex...Emmanuel Gil Peyrot
2014-09-01Remove all trailing whitespaces.Emmanuel Gil Peyrot
2014-09-01Move examples from the deprecated optparse to argparse, and remove the redund...Emmanuel Gil Peyrot
2014-09-01Import getpass from getpass, instead of using getpass.getpass everytime.Emmanuel Gil Peyrot
2014-09-01Remove (usually) useless comments in examples about OpenFire and how to verif...Emmanuel Gil Peyrot
2014-09-01Reintroduce XMLStream.process, making it run the asyncio event loop.Emmanuel Gil Peyrot
2014-09-01Remove threaded from examples’ add_event_handler.Emmanuel Gil Peyrot
2014-09-01Remove raw_input usage and other python2 support in examplesEmmanuel Gil Peyrot
2014-09-01Set the shebang to python3 everywhere.Emmanuel Gil Peyrot
2014-08-23cleanup semicolons, whitespace and mutable default argumentsRobin Gloster