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 |
|
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
|
ec99339140
|
Update send_client.py to call disconnect() from a threaded handler.
|
2012-05-06 20:07:05 -07:00 |
|
Rodolfo Carvalho
|
7d1c5f4a2b
|
Fix a typo in several files.
This fixes several instances of "intial" for "initial".
|
2012-01-02 18:59:39 -02:00 |
|
Rodolfo Carvalho
|
cc63bef179
|
Remove unused imports in the examples.
|
2011-12-31 19:50:53 -02:00 |
|
Rodolfo Carvalho
|
8cafa8578f
|
Update examples to use the block'' argument instead of the deprecated threaded''.
|
2011-12-30 17:25:03 -02:00 |
|
Rodolfo Carvalho
|
2dc230a68b
|
Replace pydns with dnspython in the comments of the examples.
|
2011-12-30 00:08:05 -02:00 |
|
Lance Stout
|
015f662249
|
Update examples to work with Python3 (raw_input vs input)
|
2011-08-18 01:06:59 -07:00 |
|
Lance Stout
|
961668d420
|
Add guide for sending a message and then disconnecting.
|
2011-08-17 21:21:37 -07:00 |
|
Nathan Fritz
|
0d4825d3ea
|
added send_client example
|
2011-08-10 13:37:36 -07:00 |
|