I tried to get the vCard of an MSN user not in my contact list. PyMSNt (trunk) returned an error message, <recipient-unavailable/>, but didn't include a namespace declaration on the error element. I think this patch would fix it:
Index: disco.py =================================================================== --- disco.py (revision 131) +++ disco.py (working copy) @@ -232,6 +232,7 @@ error.attributes["type"] = etype error.attributes["code"] = str(utils.errorCodeMap[condition]) cond = error.addElement(condition) + cond.attributes["xmlns"] = XMPP_STANZAS self.pytrans.send(el) Magnus From [EMAIL PROTECTED] Mon Mar 27 14:02:42 2006 From: [EMAIL PROTECTED] (Carlos Guzman) Date: Mon Mar 27 14:04:30 2006 Subject: [py-transports] MSN blocking transport IP? In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Hi I have a jabber server with PyMSNt running with about 4000 active msn users at a time in several instances of the transport, last week i have been experiencing a lot of disconnections form msn servers until this moring, when i could not stablich more than two or three connections at a time, so i migrated the transports to another network from wich the connections began to work without problems, currently more than 1000. Is it posible MSN is blocking my IP?, is anyone experiacing the same problem?, if so, does anybody have a solution for this? Thanks Carlos Guzman