How to learn more XMPP/Jabber command
Posted
by user359277
on Stack Overflow
See other posts from Stack Overflow
or by user359277
Published on 2010-06-05T15:56:37Z
Indexed on
2010/06/05
16:02 UTC
Read the original article
Hit count: 233
Hi, I am using ejabberd as a chatting server now. And I am writing a client to chat and register new user. Right now, I know some of the protocol to register a new account, like sending the following command to register new user:
<iq type="set"><query xmlns="jabber:iq:register"><username>wfwfewegwegwewefg</username><password>wfwefwefwefwef</password></query></iq>
My question is: I want to learn more command/protocol to talk to the server. So where can I learn more? For example, How can I ask the server if the user name exists or not. How can I ask the server to unregister a user.
What is the key word I should search for? Should I search for Jabber XMPP protocol or what?
Thanks
© Stack Overflow or respective owner