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

Re: How can I register users using my app?

$
0
0

The log show nothing about xmpp packets, try to enable smack debugging and set the log level in android studio to Verbose or debug and add e.printStackTrace(); to your catch block maybe it's not an xmpp exception.

 

catch (Exception e) {

    e.printStackTrace();

}


Viewing all articles
Browse latest Browse all 11412

Trending Articles