I have configured the XMPP framework in my iPhone app. I am able to access my ejabberd and I can list online users.
Now I want to implement chat using this XMPP among those users. How could I implement this? Wha开发者_运维问答t method could I use for that?
if you are using ejabberd and a module like XML RPC, you could probably use the send_message_chat <from> <to> <body>
function.
精彩评论