xmpppy changes:
- Sync with latest CVS version + gajim patches. - streamErrorHandler disabled. If you want enable it - unrem it at line 66 of dispatcher.py - TLS re-enabled. Should work fine now - disconnection TLS plugout re-enabled. Didn't successed in reproducing problem though so maybe not fixed. - My temporary fixes replaced with CVS ones. gajim connection.py changes (in chunks order): - getTags is incorrect. Replaced with getChildren - browseAgents is absent from xmpppy. Fixed with manual node send. Made use of buildReply method and con argument - formatting fix - crude fixed register problem. I do not know how to do it properly. It is client stuff. Honest! I have no idea how to make it non-blocking and yet make library to fallback to older protocols. getInstructions() moved to xmpppy Thanks Alexey !
Showing
- src/common/connection.py 9 additions, 15 deletionssrc/common/connection.py
- src/common/xmpp/auth.py 5 additions, 4 deletionssrc/common/xmpp/auth.py
- src/common/xmpp/browser.py 12 additions, 8 deletionssrc/common/xmpp/browser.py
- src/common/xmpp/client.py 17 additions, 17 deletionssrc/common/xmpp/client.py
- src/common/xmpp/commands.py 10 additions, 4 deletionssrc/common/xmpp/commands.py
- src/common/xmpp/dispatcher.py 23 additions, 5 deletionssrc/common/xmpp/dispatcher.py
- src/common/xmpp/features.py 4 additions, 5 deletionssrc/common/xmpp/features.py
- src/common/xmpp/protocol.py 69 additions, 13 deletionssrc/common/xmpp/protocol.py
- src/common/xmpp/roster.py 5 additions, 5 deletionssrc/common/xmpp/roster.py
- src/common/xmpp/simplexml.py 3 additions, 3 deletionssrc/common/xmpp/simplexml.py
- src/common/xmpp/transports.py 37 additions, 9 deletionssrc/common/xmpp/transports.py
Loading
Please register or sign in to comment