开发者

Once I can list users using XMPP, how do I implement chat among those users?

开发者 https://www.devze.com 2023-02-11 02:49 出处:网络
I have configured the XMPP framework in my iPhone app.I am able to access my ejabberd and I can list online users.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消