iOS XMPP group chat implementation

前端 未结 3 1902
萌比男神i
萌比男神i 2021-02-10 22:24

I am trying to create chat room using robbiehanson XMPPframework.

Since I didn\'t get any sample code or documentation, I made a try by myself to initiate a chat room as

3条回答
  •  一生所求
    2021-02-10 22:36

    Finally I figured it out. It may help someone. While creating or joining the room, the format should be yourRoomName@conference.YourDomainName.com. 'conference' is the keyword here.

提交回复
热议问题