|
PyMSNt sends error without namespace: msg#00216network.jabber.py-transports
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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: question about long jid pymsnt: 00216, Daniel Henninger |
|---|---|
| Next by Date: | RE: MSN blocking transport IP?: 00216, Carlos Guzman |
| Previous by Thread: | re: wildfire and pyaim-t-0.7ci: 00216, Y Lee |
| Next by Thread: | Re: PyMSNt sends error without namespace: 00216, James Bunton |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |