Android accept invitation of group chat by using xmpp

前端 未结 1 1791
粉色の甜心
粉色の甜心 2021-01-17 02:11

I am using below to get invitation in xmpp for group chat and also successfully getting invitation but somewhere in acceptance of invitation not able to accept the invitati

相关标签:
1条回答
  • 2021-01-17 02:35

    add this extension manager to ProviderManager before connecting to server

    ProviderManager.getInstance().addExtensionProvider("x", "http://jabber.org/protocol/muc#user",  new MUCUserProvider());
    

    I hope it help you...

    0 讨论(0)
提交回复
热议问题