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

Module ext_version

Classes [hide private]
  TestVersionPayload
  Processor
  TestVersionProvider
  TestVersionRequest
Functions [hide private]
 
setUpModule()
Variables [hide private]
  IQ1 = '<iq type="get" id="1" xmlns="jabber:client">\n<query xm...
  IQ2 = '<iq type="response" id="1" xmlns="jabber:client">\n<que...
Variables Details [hide private]

IQ1

Value:
'''<iq type="get" id="1" xmlns="jabber:client">
<query xmlns="jabber:iq:version"/>
</iq>'''

IQ2

Value:
'''<iq type="response" id="1" xmlns="jabber:client">
<query xmlns="jabber:iq:version">
  <name>NAME</name>
  <version>VERSION</version>
  <os>OS</os>
</query>
</iq>'''