Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Need help from implementing MUC

$
0
0

Hi,

 

I have been trying to create a multi user chat using asmack from android.

When I try to create a chat room, got a error "NO response from server"

 

I am using the following code snippet to create the chat room:

 

MultiUserChat muc = new MultiUserChat(connection, "myroom@mydomain.com")

muc.create("testroom");

 

Note: connection is already opened and authenticated


Viewing all articles
Browse latest Browse all 10742

Trending Articles