Search code examples
iosxmppframeworkmuc

XMPPFramework IOS - Implementing MUC


Referring to this I am implementing a group chat configuration.

XMPPFramework - Implement Group Chat (MUC)

However as participant and not moderator I am unable to get the members list. I have tried reading multiple stack answers asking to implement the 'muc#roomconfig_getmemberlist' however the fetchconfiguration delegate of XMPPRoom is not giving this field value in the callback.

Can anybody advice which is the exact way to implement this also how can I fetch the member list.


Solution

  • This is by default enabled configuration in server so just no need to set, we have to customise the server to get the members even offline and left room. so to achieve the requirement like other chats app members to be displayed.