Advertisement
Gordin

Smack <-> Prosody

Sep 3rd, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.83 KB | None | 0 0
  1. <iq type="get" id="e2ln1-4" to="space-test@conference.localhost">
  2.    <query xmlns="http://jabber.org/protocol/disco#info"/>
  3. </iq>
  4. <iq from="space-test@conference.localhost" type="error" id="e2ln1-4" to="role-realtime-service@localhost/Smack">
  5.    <error type="cancel">
  6.       <not-allowed xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
  7.    </error>
  8. </iq>
  9. <presence from="space-test@conference.localhost/role-realtime-service" id="e2ln1-5" to="role-realtime-service@localhost/Smack">
  10.    <x xmlns="http://jabber.org/protocol/muc#user">
  11.       <status code="201"/>
  12.       <item affiliation="owner" role="moderator" jid="role-realtime-service@localhost/Smack"/>
  13.       <status code="110"/>
  14.    </x>
  15. </presence>
  16. <message from="space-test@conference.localhost" type="groupchat" to="role-realtime-service@localhost/Smack">
  17.    <subject/>
  18. </message>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement