86d8736dcc
This makes JID objects equivalent to strings in dictionaries, etc. >>> j = JID('foo@example.com') >>> s = 'foo@example.com' >>> d = {j: 'yay'} >>> d[j] 'yay' >>> d[s] 'yay' >>> d[s] = 'yay!!' >>> d[j] 'yay!!' |
||
---|---|---|
.. | ||
handler | ||
matcher | ||
__init__.py | ||
filesocket.py | ||
jid.py | ||
scheduler.py | ||
stanzabase.py | ||
test.py | ||
test.xml | ||
testclient.py | ||
tostring.py | ||
xmlstream.py |