Donate Share

xmpp.py

Code

Programming Languages: Python

License: GNU General Public License (GPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@xmpppy.cvs.sourceforge.net:/cvsroot/xmpppy login

cvs -z3 -d:pserver:anonymous@xmpppy.cvs.sourceforge.net:/cvsroot/xmpppy co -P modulename

browse code, statistics git://xmpppy.git.sourceforge.net/gitroot/xmpppy/xmpppy (read-only)

Show:

What's happening?

  • "EOF occurred in violation of protocol" on disconnect

    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 crashes on a message send with ssl_want_write

    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

  • filetransfer crashes on a non ascii resource

    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

  • Comment: Update protocol to version 15 or 16

    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

  • IPv6 support

    There will be nice, if xmpp library will support IPv6. Quick-and-dirty implementation attached.

    2009-09-04 18:50:25 UTC by nobody

  • Deprecated warning for SSL as well unsing python 2.6

    /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

  • Deprecated warning for SSL as well unsing python 2.6

    /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

  • xmpp.py

    snakeru made 1 file-release changes.

    2009-07-27 16:37:01 UTC by snakeru

  • xmpp.py

    snakeru made 1 file-release changes.

    2009-07-27 16:35:01 UTC by snakeru

  • Update protocol to version 15 or 16

    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

Our Numbers