iOS XMPP group chat implementation

前端 未结 3 1903
萌比男神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:45

    Each room is identified as a "room JID" (e.g., ), where "room" is the name of the MUC room and "service" is the hostname at which the multi-user chat service is running. Reference XEP-0045

    The keyword "conference" is mandatory to use in order to start group chat using XMPP Client.

提交回复
热议问题