Package pyxmpp2 :: Package test :: Module presence
[hide private]

Module presence

Classes [hide private]
  TestPresence
Functions [hide private]
 
setUpModule()
Variables [hide private]
  PRESENCE1 = '\n<presence xmlns="jabber:client" from=\'source@e...
  PRESENCE2 = '<presence xmlns="jabber:client"/>'
  PRESENCE3 = '<presence xmlns="jabber:client" from=\'source@exa...
Variables Details [hide private]

PRESENCE1

Value:
'''
<presence xmlns="jabber:client" from=\'source@example.com/res\'
                                            to=\'dest@example.com\' id\
=\'1\'>
<show>away</show>
<status>The Status</status>
<priority>10</priority>
<payload xmlns="http://pyxmpp.jajcus.net/xmlns/test"><abc/></payload>
...

PRESENCE3

Value:
'''<presence xmlns="jabber:client" from=\'source@example.com/res\'
                                to=\'dest@example.com\' type="subscrib\
e" />'''