mathieui
|
f1ab9ab964
|
Change session_start callback to async in most examples
If we fetch the roster, we should probably wait until we get it back
|
2020-05-02 16:47:04 +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 |
|
Anton Ryzhov
|
cebfd84416
|
Examples fixes
|
2014-01-21 16:19:27 +04:00 |
|
Lance Stout
|
cd2d25cf87
|
Chmod +x examples, and add shebang lines
|
2013-09-20 11:50:51 -07: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
|
9307a6915f
|
Add notes to echo_client.py example on working with Facebook and MSN.
|
2012-06-23 22:30:24 -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
|
2a80824076
|
Remove extra debugging code that made it into a commit.
|
2011-08-23 14:14:21 -07:00 |
|
Lance Stout
|
015f662249
|
Update examples to work with Python3 (raw_input vs input)
|
2011-08-18 01:06:59 -07:00 |
|
Lance Stout
|
01061a0355
|
More documentation!
Finished the echo bot quickstart.
Added placeholders for other guides we need.
|
2011-08-13 20:58:53 -07:00 |
|
Lance Stout
|
4916a12b6f
|
Tidy up the examples.
|
2011-03-23 22:59:21 -04:00 |
|
Lance Stout
|
cbc42c29fb
|
Updated echo_client example to mention SSL options.
|
2010-12-16 22:00:20 -05:00 |
|
Lance Stout
|
afeb8f3f7c
|
Made echo client print help message.
If the jid and password are not supplied, the options list will be
displayed instead of hanging trying to connect to a nonexistant server.
|
2010-11-17 17:30:53 -05:00 |
|
Lance Stout
|
4a2e7c5393
|
Fixed linespacing and whitespace issues in examples to make them PEP8 compliant.
|
2010-09-01 18:21:09 -04:00 |
|
Lance Stout
|
0b4320a196
|
Updated the client and component examples.
The component example now actually uses a config.xml file for its
connection information, and to initialize a roster.
|
2010-09-01 18:18:30 -04:00 |
|
Lance Stout
|
9bef4b4d4d
|
Move the examples to a top-level examples directory.
|
2010-09-01 14:47:42 -04:00 |
|