mathieui
|
603cbccddd
|
examples: rewrite copyright notices
|
2021-02-05 20:51:15 +01:00 |
|
Emmanuel Gil Peyrot
|
dda4e18b81
|
examples: Remove unused asyncio imports.
|
2018-10-09 10:57:19 +02:00 |
|
Emmanuel Gil Peyrot
|
9f6fa65139
|
examples, tests: Replace all @asyncio.coroutines with proper async functions.
|
2018-08-19 17:47:26 +01:00 |
|
Emmanuel Gil Peyrot
|
474405ab90
|
XEP-0047: fix examples.
|
2015-04-19 20:48:02 +02:00 |
|
Emmanuel Gil Peyrot
|
8660148960
|
Move examples from the deprecated optparse to argparse, and remove the redundant -v option.
|
2014-09-01 02:47:15 +02:00 |
|
Emmanuel Gil Peyrot
|
67ca2dd0f4
|
Import getpass from getpass, instead of using getpass.getpass everytime.
|
2014-09-01 02:47:15 +02:00 |
|
Emmanuel Gil Peyrot
|
882f984b26
|
Remove (usually) useless comments in examples about OpenFire and how to verify a certificate.
|
2014-09-01 02:47:15 +02:00 |
|
Emmanuel Gil Peyrot
|
6175cbcd99
|
Reintroduce XMLStream.process, making it run the asyncio event loop.
|
2014-09-01 02:47:08 +02:00 |
|
Emmanuel Gil Peyrot
|
df68bb4896
|
Remove raw_input usage and other python2 support in examples
|
2014-09-01 02:42:45 +02:00 |
|
Emmanuel Gil Peyrot
|
815e647c97
|
Set the shebang to python3 everywhere.
|
2014-09-01 02:42:45 +02:00 |
|
Florent Le Coz
|
5ab77c7452
|
Rename to slixmpp
|
2014-07-17 14:19:04 +02:00 |
|
Paul Molodowitch
|
52feabbe76
|
added setdefaultencoding method so reload(sys) not needed
reload(sys) could cause problem in user code - ie, sys.stdout, excepthook, and displayhook would be reset, etc
|
2012-10-24 13:06:36 -07:00 |
|
Lance Stout
|
110e45e187
|
Add examples for using IBB.
|
2012-06-19 00:02:17 -07:00 |
|