Working with PyMSN Transport

Hi,

I have successfully Installed the jive messenger and Smack to work with it.

In addition I have added the PyAIM transport.

The PyMsn gives me the hard time:

It seems it refuses to connect to the MSN server (the smack, or any other client gets to the transport). yet in the debug of the MSN i just get error with no explanation but “JabberConnection sending error response.”

any help?

All the best,

Shenla


08/07/05 - 23:52:33 - secces@im.secces.net

08/07/05 - 23:52:38 - User: secces@im.secces.net - JabberConnection received presence packet

08/07/05 - 23:52:38 - User: secces@im.secces.net - JabberConnection parsed presence packet "secces@im.secces.net" “Smack” “5” “None” “None” “ready”

08/07/05 - 23:52:38 - Session secces@im.secces.net - resource “Smack” setting “None” “ready” “5”

08/07/05 - 23:52:38 - Session secces@im.secces.net - highest active resource is “Smack” at 5

08/07/05 - 23:52:38 - Session secces@im.secces.net - updating status on legacy service, resource Smack

08/07/05 - 23:52:38 - LegacyConnection: buildFriendly(secces@im.secces.net) returning “seccesZeusMSN - ready”

08/07/05 - 23:52:48 - User: secces@im.secces.net - JabberConnection received presence packet

08/07/05 - 23:52:48 - User: secces@im.secces.net - JabberConnection parsed presence packet "secces@im.secces.net" “Smack” “5” “None” “None” “ready”

08/07/05 - 23:52:48 - Session secces@im.secces.net - resource “Smack” setting “None” “ready” “5”

08/07/05 - 23:52:48 - Session secces@im.secces.net - highest active resource is “Smack” at 5

08/07/05 - 23:52:48 - Session secces@im.secces.net - updating status on legacy service, resource Smack

08/07/05 - 23:52:48 - LegacyConnection: buildFriendly(secces@im.secces.net) returning “seccesZeusMSN - ready”

08/07/05 - 23:52:54 - User: secces@im.secces.net - JabberConnection received message packet

08/07/05 - 23:52:54 - User: secces@im.secces.net - JabberConnection parsed message packet "secces@im.secces.net" “shenla9%gmail.com@msn.im.secces.net” “Smack” “chat” “Sec*Access ILDInsur: Your password is: 52758 Secces Wishes you A secure Work and a very pleasant good night”

08/07/05 - 23:52:54 - User: secces@im.secces.net - JabberConnection sending error response.

08/07/05 - 23:52:58 - User: secces@im.secces.net - JabberConnection received presence packet

08/07/05 - 23:52:58 - User: secces@im.secces.net - JabberConnection parsed presence packet "secces@im.secces.net" “Smack” “5” “None” “None” “ready”

08/07/05 - 23:52:58 - Session secces@im.secces.net - resource “Smack” setting “None” “ready” “5”

08/07/05 - 23:52:58 - Session secces@im.secces.net - highest active resource is “Smack” at 5

08/07/05 - 23:52:58 - Session secces@im.secces.net - updating status on legacy service, resource Smack

08/07/05 - 23:52:58 - LegacyConnection: buildFriendly(secces@im.secces.net) returning “seccesZeusMSN - ready”

08/07/05 - 23:52:59 - NotificationClient: "gil.r@secces.com" lost connection with MSN servers

08/07/05 - 23:53:00 - MSNConnection: "gil.r@secces.com" destroyed

08/07/05 - 23:53:00 - MSNConnection: "gil.r@secces.com" initialised

Have you created msn.your_jive_server folder in your pymsn installation dir? have you installed all the packages it needs to work?

take a look at this thread:

http://www.jivesoftware.org/forums/thread.jspa?threadID=15291&tstart=30

closer to the end there is a list off python/twisted packages

What OS are you using?

The two most common problems with PyMSNt is not having the msn.your-jive-domain.com spool folder and not having PyOpenSSL installed.

Check the conf file and make sure you have specified all the proper settings including the spool dir. I’'ve been told that if the spool dir does not exist it will not create it and does not throw a meaningful error.

As for PyOpenSSL… Linux install here http://pyopenssl.sourceforge.net/ and windows install http://webcleaner.sourceforge.net/pyOpenSSL-0.6.win32-py2.4.exe

Hope this helps.

Peter