Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 11413

Re: hello, my question: RoomInfo info = MultiUserChat.getRoomInfo(xmppConnection, entry.getJid()); then cast this exception!

$
0
0

thanks for everyone!

I'v solved this problem, must add this code:

 

ProviderManager pm = ProviderManager.getInstance();

pm.addExtensionProvider("x", "jabber:x:data", new DataFormProvider());

...

RoomInfo info = MultiUserChat.getRoomInfo(xmppConnection, entry.getJid());

 

so, solved this problem.


Viewing all articles
Browse latest Browse all 11413

Trending Articles