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="f562846a-307b-4314-a7c3-bdd2ec5878ec" xml:lang="en" xmlns="jabber:client" from="dell" version="1.0"/>
INPUT: <stream:features><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"/></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="set" to="basic-conf.dell" id="command_1" ><command xmlns="http://jabber.org/protocol/commands"node="list/session_1" /></iq>
INPUT: <iq id="command_1" to="admin@dell/xmpp-test" from="basic-conf.dell" type="result"><command node="list/session_1" status="completed" xmlns="http://jabber.org/protocol/commands"><x xmlns="jabber:x:data" type="result"><field var="session_1/hostnames"><value>dell</value></field><field var="session_1/components"><value>jabber:iq:register, jabber:iq:auth, urn:ietf:params:xml:ns:xmpp-sasl, urn:ietf:params:xml:ns:xmpp-bind, urn:ietf:params:xml:ns:xmpp-session, jabber:iq:roster, jabber:iq:privacy, presence, msgoffline, jabber:iq:version, http://jabber.org/protocol/stats, starttls, disco, vcard-temp, http://jabber.org/protocol/si, http://jabber.org/protocol/commands</value></field><field var="session_1/user-repo-url"><value>jdbc:mysql://localhost/tigasetest?user=root&amp;password=mypass</value></field><field var="session_1/auth-repo-url"><value>jdbc:mysql://localhost/tigasetest?user=root&amp;password=mypass</value></field><field var="session_1/user-repo-class"><value>tigase.db.jdbc.JDBCRepository</value></field><field var="session_1/max-queue-size"><value>1000</value></field><field var="session_1/auth-repo-class"><value>tigase.db.jdbc.JDBCRepository</value></field><field var="session_1/admins"><value>admin@dell</value></field></x></command></iq>
