0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6 from jfenwick/master More... over 11 years ago
updated pycurl dependency to more recent version as old version is no longer easily accessible by easy_install More... almost 12 years ago
Add log.debug() statements to readstream. To see traffic: xmpp.log.setLevel(logging.DEBUG) More... almost 14 years ago
Add comment about TLS to chat-server example. More... about 14 years ago
Add comment to chat-server.py More... about 14 years ago
Fix typo in chat-server.py example method name. More... about 14 years ago
Move stuff around in _bosh example. More... about 14 years ago
Add some Plugin methods, add StreamClosed event, add real JID type. More... about 14 years ago
Improve chat-server example, add BOSH example. More... about 14 years ago
Fixed a realm wobble with DIGEST-MD5 authentication. More... about 14 years ago
Change debug logging. More... about 14 years ago
Use localhost as hostname for chat-server example. More... about 14 years ago
Add some debugging statements to Mechanisms feature. More... about 14 years ago
Downgrade missing IQ stanza handler message from exception to debug. More... about 14 years ago
Use _KQueue from Issue 59 resolution; switch starttls() to SSLv23. More... about 14 years ago
Fix Core.stanza_error() bug. More... about 14 years ago
Fix typo in examples/chat-server.py More... about 14 years ago
Fix typo in README More... about 14 years ago
Add timeout API to Plugin. More... about 14 years ago
Break Features out from core.py into features.py More... about 14 years ago
Features no longer require a TAG declaration. More... about 14 years ago
Add support for static, namespaced xpath child accessors. More... about 14 years ago
Overload the behavior of Plugin.iq() More... about 14 years ago
Switch to chunked XML parsing after initial stream negotiation is done. More... about 14 years ago
Tested the chat-server example against recent changes. More... about 14 years ago
Use Plugin architecture for Features. More... about 14 years ago
Added test default users to chat server example More... about 14 years ago
Break Plugins out into plugin.py More... about 14 years ago
Rename tcp.py to aio.py More... about 14 years ago
Change examples/chat-server.py to run on localhost by default. More... about 14 years ago