Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的 iPhone 应用程序中配置了 XMPP 框架。我可以访问我的 ejabberd 并且可以列出在线用户。
现在我想在这些用户之间使用这个 XMPP 实现聊天。我怎么能实现这个?我可以用什么方法呢?
如果您使用 ejabberd 和 XML RPC 之类的模块,您可能可以使用该send_message_chat <from> <to> <body>功能。
send_message_chat <from> <to> <body>