This website requires JavaScript.
Explore
Help
Sign In
jshiffer
/
slixmpp
Watch
1
Star
0
Fork
0
You've already forked slixmpp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9bdb297fe27c8f00d81fb6e924abc71ec0282b95
slixmpp
/
sleekxmpp
History
Brian Beggs
9bdb297fe2
basic checking for digest-md5 to make sure the necessary components are there to complete auth. If not a failed_auth event is dispatched and the socket disconnected.
2010-06-30 14:44:57 -04:00
..
plugins
included jobs plugin
2010-06-01 22:07:53 +08:00
stanza
digest-md5 auth now works, had to remove from __future__ import unicode_literals to get it working correctly. Also some improvments for the prioroity message sending.
2010-06-30 13:54:53 -04:00
tests
fixed pubsub test
2009-06-12 19:27:29 +00:00
xmlstream
digest-md5 auth now works, had to remove from __future__ import unicode_literals to get it working correctly. Also some improvments for the prioroity message sending.
2010-06-30 13:54:53 -04:00
__init__.py
basic checking for digest-md5 to make sure the necessary components are there to complete auth. If not a failed_auth event is dispatched and the socket disconnected.
2010-06-30 14:44:57 -04:00
basexmpp.py
Added additional logging when a plugin fails to import correctly.
2010-06-03 10:02:55 -04:00
component_example.py
brought components over to python 3.x
2009-08-31 23:02:19 +00:00
componentxmpp.py
updated README, index fix for component
2010-06-01 22:07:51 +08:00
exceptions.py
changed license to MIT
2010-03-26 14:32:16 -07:00