File: stream.xml

package info (click to toggle)
pyxmpp 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 11,004 kB
  • ctags: 20,065
  • sloc: python: 10,903; ansic: 1,300; makefile: 121; xml: 81
file content (11 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
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.jajcus.net" 
	version="1.0">
<stream:features/>
<iq id="1"><test xmlns="http://pyxmpp.jajcus.net/test"/></iq>
<presence id="2"/>
<message id="3">
<test xmlns="http://pyxmpp.jajcus.net/test"
/></message>
</stream:stream>