SandeepSingh145
Results
2
comments of
SandeepSingh145
Same problem here? Any update or anything else?
finally, find a solution to connect XMPP server public ChatXmppClient GetXmppClient() { return qbclient.ChatXmppClient; } and PrivateChatPage //hack connect with server try { await App.QbProvider.GetXmppClient().Connect(currentUserId, currentUserPassword); } catch(Exception ex) {...