summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2022-03-20setup.py: add cryptography in extras_require; update exampleMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19examples/http_upload.py: Add --encrypt parameter to send encrypted filesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-03-19examples/http_upload: Add some typingMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-02-24examples: add oob to httpupload examplemathieui
many people ask how to do this, might as well do this by default
2021-02-05examples: rewrite copyright noticesmathieui
2021-02-04docs/xmlstream: remove HTTP proxy referencesmathieui
It has been removed years ago.
2021-01-30examples: add an example MIX botmathieui
(does the same as the current MUC bot)
2021-01-27examples: updates to reflect asynciomathieui
2020-12-01Examples: remove wait arg to join_muc callsmathieui
it hasn’t worked in years, and I removed it recently
2020-05-02Add forever=False to some examples to make them terminatemathieui
2020-05-02Change session_start callback to async in most examplesmathieui
If we fetch the roster, we should probably wait until we get it back
2018-10-27typoFlorian Klien
2018-10-27examples: Add the possibility to use another HTTP File Upload domain.Emmanuel Gil Peyrot
2018-10-27fixing uncaught async exceptions due to missing awaitFlorian Klien
fixes uncaught exceptions in the event loop. passing timeout and timeout_callback through.
2018-10-09examples: Remove unused asyncio imports.Emmanuel Gil Peyrot
2018-08-19examples, tests: Replace all @asyncio.coroutines with proper async functions.Emmanuel Gil Peyrot
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
This makes it usable only on Python 3.5, as documented.
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
And add an example
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
Fix #3165, we don’t need to use the long form to get the superobject in our supported python versions.
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
Conflicts: README.rst examples/IoT_TestDevice.py examples/disco_browser.py setup.py sleekxmpp/jid.py sleekxmpp/plugins/google/auth/stanza.py sleekxmpp/plugins/google/gmail/notifications.py sleekxmpp/plugins/google/nosave/stanza.py sleekxmpp/plugins/google/settings/settings.py sleekxmpp/thirdparty/__init__.py sleekxmpp/thirdparty/socks.py sleekxmpp/thirdparty/statemachine.py sleekxmpp/util/__init__.py sleekxmpp/xmlstream/xmlstream.py slixmpp/basexmpp.py slixmpp/plugins/xep_0004/stanza/form.py slixmpp/plugins/xep_0009/rpc.py slixmpp/plugins/xep_0050/adhoc.py slixmpp/plugins/xep_0065/proxy.py slixmpp/plugins/xep_0084/stanza.py slixmpp/plugins/xep_0202/time.py slixmpp/plugins/xep_0323/sensordata.py slixmpp/plugins/xep_0325/control.py slixmpp/plugins/xep_0325/stanza/control.py slixmpp/roster/single.py slixmpp/stanza/atom.py slixmpp/stanza/rootstanza.py slixmpp/test/slixtest.py slixmpp/util/sasl/mechanisms.py slixmpp/version.py slixmpp/xmlstream/stanzabase.py tests/test_stanza_xep_0323.py tests/test_stanza_xep_0325.py tests/test_stream_xep_0323.py tests/test_stream_xep_0325.py
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
If self.get is in self.info_types and self.items_types, only self['xep_0030'].get_info is executed and not self['xep_0030'].get_items. So the condition in line 129 is successful but items is not assigned.
2015-07-05Merge pull request #365 from jdowner/stagingMike Taylor
Fixed imports
2015-05-25Change to roster migration exampleSteven Roose
I did have the chance to test the script yet, but it seems like that line should be outside the for loop.
2015-05-13Fixed importsJoshua Downer
Removed unused modules/packages and added getpass, which was missing.
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
Proposing #310 again in fixed version
2015-03-25Fixed bug #353 Python3 XEP-0084 errorRichard Kellner
2015-02-28Fix examples relying on the changed APImathieui