File: stream.xml

package info (click to toggle)
pyxmpp 1.0.0-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 8,264 kB
  • ctags: 3,813
  • sloc: python: 10,243; ansic: 1,278; makefile: 119; xml: 73
file content (11 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<stream:stream xmlns:stream="http://etherx.jabber.org/streams" 
	xmlns="jabber:client" to="pyxmpp.jabberstudio.org" 
	version="1.0">
<stream:features/>
<iq id="1"><test xmlns="http://pyxmpp.jabberstudio.org/test"/></iq>
<presence id="2"/>
<message id="3">
<test xmlns="http://pyxmpp.jabberstudio.org/test"
/></message>
</stream:stream>