简体   繁体   中英

Once I can list users using XMPP, how do I implement chat among those 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? What method could I use for that?

如果使用ejabberd和XML RPC之类的模块,则可能可以使用send_message_chat <from> <to> <body>函数。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM