First of all, when tryin' to join chatroom

<presence to="[email protected]/111111" >
<priority>55</priority>
<c xmlns="http://jabber.org/protocol/caps"; node="http://psi-
dev.googlecode.com/caps" ver="0.14-beta" ext="cs ep-notify html" />
<x xmlns="http://jabber.org/protocol/muc"/>
</presence>


<presence from="[email protected]/111111" type="error"
xml:lang="en" to="[email protected]/Psi+" id="9" >
<priority>55</priority>
<c xmlns="http://jabber.org/protocol/caps"; node="http://psi-
dev.googlecode.com/caps" ext="cs ep-notify html" ver="0.14-beta" />
<x xmlns="http://jabber.org/protocol/muc"/>
<error type="modify" code="400" >
<bad-request xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">The sender has sent
XML that is malformed or that cannot be processed.</text>
</error>
</presence>

then unknown error
Tue 04 Aug 2009 07:52:39 - CVS 1.1
Traceback (most recent call last):
  File "myspace.py", line 1267, in <module>
    rdsocketlist[each].Process()
  File "/home/xmpp-t/myst/mslib.py", line 632, in Process
    self.msmsg_persist_rep(msg)
  File "/home/xmpp-t/myst/mslib.py", line 150, in msmsg_persist_rep
    getattr(self, 'msmsg_persist_rep_' + MS_persist_mappings_reverse
[key])(msg, callback)
  File "/home/xmpp-t/myst/mslib.py", line 165, in
msmsg_persist_rep_list_contacts
    contactid = contact['ContactID']
KeyError: 'ContactID'

when trying to get transport's vcard

Traceback (most recent call last):
  File "myspace.py", line 1259, in <module>
    connection.Process(1)
  File "/usr/lib/python2.5/site-packages/xmpppy-0.5.0rc1-py2.5.egg/
xmpp/dispatcher.py", line 303, in dispatch
    handler['func'](session,stanza)
  File "myspace.py", line 834, in xmpp_iq_vcard
    if not self.userlist[fromstripped].contactdetails.has_key(msid):
KeyError: '[email protected]'



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"py-transports" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to