-
If I disconnect the client, I get :
DEBUG: socket got
DEBUG: socket error Socket error while receiving data
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/xmpp/transports.py", line 146, in receive
try: received = self._recv(BUFLEN)
sslerror: (8, 'EOF occurred in violation of protocol')
DEBUG: client stop Disconnect...
2009-10-20 07:56:06 UTC by grossetti
-
transports.py crashes on a message send with socket.SSL_ERROR_WANT_WRITE. it's usually occurs when sending a lot of big messages (my jabber server has a 1Kb/s speed limit) and related to a bug in filetransfer.py.
2009-10-17 17:26:33 UTC by ayuzhakov
-
if a file sender or a receiver has a non ascii resource, filetransfer crashes at concatenation of jid to the 'direction'.
2009-10-17 17:20:42 UTC by ayuzhakov
-
Any status update on this? Took a little longer than august but noticed towards end of september the client no longer works. In Psi it says invalid password but when I enabled dumpProtocol it returns a message that current client is no longer supported.
2009-10-06 13:38:40 UTC by vrillusions
-
There will be nice, if xmpp library will support IPv6. Quick-and-dirty implementation attached.
2009-09-04 18:50:25 UTC by nobody
-
/usr/lib64/python2.6/site-packages/xmpp/transports.py:315: DeprecationWarning: socket.ssl() is deprecated. Use ssl.wrap_socket() instead.
2009-08-13 19:35:57 UTC by nobody
-
/usr/lib64/python2.6/site-packages/xmpp/transports.py:315: DeprecationWarning: socket.ssl() is deprecated. Use ssl.wrap_socket() instead.
2009-08-13 07:33:44 UTC by nobody
-
snakeru made 1 file-release changes.
2009-07-27 16:37:01 UTC by snakeru
-
snakeru made 1 file-release changes.
2009-07-27 16:35:01 UTC by snakeru
-
Yahoo will retire old client by mid August:
http://www.ymessengerblog.com/blog/2009/06/09/we%e2%80%99re-retiring-versions-60-to-75/
so this transport will stop working at this time unless protocol version is updated to 15 or 16.
2009-06-29 10:33:36 UTC by classen