Advertisement
Guest User

Untitled

a guest
Apr 15th, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. // here the xml request
  2. <iq xmlns="jabber:client"
  3.     id="0CP6e-4"
  4.     to="xmpp.mydomain.com"
  5.     type="get">
  6.     <query xmlns="http://jabber.org/protocol/disco#items"></query>
  7. </iq>
  8.  
  9.  
  10. // server responds
  11. <iq xmlns="jabber:client"
  12.     id="0CP6e-4"
  13.     to="test4@xmpp.chuyentiep.com/Smack"
  14.     from="xmpp.chuyentiep.com"
  15.     type="result">
  16. </iq>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement