Emmanuel Gil Peyrot
|
c4285961df
|
sed -i 's/set((\(.*\)))$/{\1}/g' **/*.py
|
2016-10-22 13:21:42 +01:00 |
|
Emmanuel Gil Peyrot
|
49beb3ac08
|
Don’t set the wait time to True instead of leaving its float default, in examples.
|
2014-09-28 23:58:46 +02:00 |
|
Emmanuel Gil Peyrot
|
17174016ec
|
Remove all trailing whitespaces.
|
2014-09-01 02:47:15 +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
|
476d76a533
|
Remove threaded from examples’ add_event_handler.
|
2014-09-01 02:42:45 +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 |
|
Anton Ryzhov
|
d9906756cf
|
Don't use internally deprecated methods
|
2013-02-22 01:48:03 +04: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
|
9c4886e746
|
Remove extra connection info so that examples run without modification.
GTalk users may still need to change the connect() call if dnspython is
not installed, as usual.
|
2012-05-14 22:17:39 -07:00 |
|
Lance Stout
|
e0bcd5d722
|
Add more documentation to the custom stanza examples.
|
2012-05-14 22:12:52 -07:00 |
|
Erick Pérez Castellanos
|
ba854e7d85
|
Added custom_stanza example
|
2012-05-14 21:47:43 -07:00 |
|