index
:
slixmpp
3449-xmpp-connection-stuck-forever-after-error-in-start_tls
WIP
adhoc-execute-next
compiler
disco
exp_idle_call
markup
master
sleek-merge
slix-1.7
Personal fork of SleekXMPP
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sleekxmpp
/
plugins
/
xep_0009
/
remote.py
Age
Commit message (
Expand
)
Author
2015-04-11
Merge pull request #313 from mayflower/develop
Mike Taylor
2015-03-09
Makes XEP-0009 compatible with Python 3 while maintaining compatibility with ...
Cédric Souchon
2014-08-23
cleanup semicolons, whitespace and mutable default arguments
Robin Gloster
2014-08-18
Revert "cleanup semicolons, whitespace and mutable default arguments"
Robin Gloster
2014-08-18
cleanup semicolons, whitespace and mutable default arguments
Robin Gloster
2014-08-10
Added wait param to XEP_0009 RemoteSession.close
Michael Trinque
2011-12-15
Fixed Issue 93: ACL.check jid parameter should be a string value
Correl Roush
2011-11-19
Tidy up logging calls.
Lance Stout
2011-11-20
This change stops sleekxmpp from spending huge amounts of time unnecessarily ...
Vijay Pandurangan
2011-10-03
Make RPC events threaded
Correl Roush
2011-08-04
Fix Python3 issue with dict.has_key()
Lance Stout
2011-02-09
Replace the print statement by a log.debug call
Florent Le Coz
2011-02-09
Fix the xep_0009 import (no more relatives)
Florent Le Coz
2011-01-13
Introduced new XEP-0009 into develop.
Dann Martens