Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
examples.
|
|
|
|
redundant -v option.
|
|
|
|
verify a certificate.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 7265682a4d57d88956cb54f98f7a470465bbf417.
|
|
|
|
|
|
|
|
|
|
|
|
into joachimlindborg-xep_0323_325
Conflicts:
sleekxmpp/plugins/__init__.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handles Iq errors appropriately when the recipient can't be found.
|
|
Fixes issue #204
|
|
reload(sys) could cause problem in user code - ie, sys.stdout, excepthook, and displayhook would be reset, etc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GTalk users may still need to change the connect() call if dnspython is
not installed, as usual.
|
|
|
|
|
|
|
|
|
|
|
|
The now=True parameter was not being passed to allow the registration
submission to be submitted while the send queue is paused.
|
|
Uses http://freegeoip.com to get an approximate location based
on the machine's IP address.
|
|
Run pubsub commands via pubsub_client, and watch events as they come in
with pubsub_events.
|
|
See examples/user_tune.py for a demonstration using the currently
playing song in iTunes.
|
|
causing proxy and handler class to not be initialized.
|
|
|