OUTPUT: <stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' to='dell' version='1.0'>
INPUT: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" id="fe9beb75-2314-4abd-ab57-a64f92b539a9" xml:lang="en" xmlns="jabber:client" from="dell" version="1.0"/>
INPUT: <stream:features><command node="GETFEATURES" status="completed" xmlns="http://jabber.org/protocol/commands"><x xmlns="jabber:x:data" type="result"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>DIGEST-MD5</mechanism><mechanism>CRAM-MD5</mechanism></mechanisms><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></command></stream:features>
OUTPUT: <iq type='get' id='admin_1' to='dell'><query xmlns='jabber:iq:auth'><username>admin</username></query></iq>
INPUT: <iq id="admin_1" from="dell" type="result"><query xmlns="jabber:iq:auth"><username/><password/><digest/><resource/></query></iq>
OUTPUT: <iq type='set' id='admin_2'><query xmlns='jabber:iq:auth'><username>admin</username><password>stats</password><resource>xmpp-test</resource></query></iq>
INPUT: <iq id="admin_2" type="result">Authentication successful.</iq>
OUTPUT: <iq type='get' to='dell' from='admin@dell/xmpp-test' id='stats_1'><query xmlns='http://jabber.org/protocol/stats'/></iq>
INPUT: <iq to="admin@dell/xmpp-test" id="stats_1" from="dell" type="result"><query xmlns="http://jabber.org/protocol/stats"><stat name="tigase-xmpp-server/Queue size" value="0" units="int"/><stat name="tigase-xmpp-server/Messages received" value="237" units="long"/><stat name="tigase-xmpp-server/Queue overflow" value="0" units="long"/><stat name="client_1/Queue size" value="0" units="int"/><stat name="client_1/Messages received" value="231" units="long"/><stat name="client_1/Queue overflow" value="0" units="long"/><stat name="server_1/Queue size" value="0" units="int"/><stat name="server_1/Messages received" value="0" units="long"/><stat name="server_1/Queue overflow" value="0" units="long"/><stat name="session_1/Queue size" value="0" units="int"/><stat name="session_1/Messages received" value="241" units="long"/><stat name="session_1/Queue overflow" value="0" units="long"/><stat name="session_1/Open connections" value="2" units="int"/><stat name="session_1/Open authorized sessions" value="2" units="int"/><stat name="session_1/Closed connections" value="21" units="long"/></query></iq>
