Created
July 25, 2009 17:37
-
-
Save zeen/154838 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iq from="conference.jabber.org" to="[email protected]/resource" id="x" type="result"> | |
<query xmlns="jabber:iq:register"> | |
<registered /> | |
<instructions>You need an x:data capable client to register nickname</instructions> | |
<x xmlns="jabber:x:data"> | |
<title>Nickname Registration at conference.jabber.org</title> | |
<instructions>Enter nickname you want to register</instructions> | |
<field type="text-single" label="Nickname" var="nick"> | |
<value>waqas</value> | |
</field> | |
</x> | |
</query> | |
</iq> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment