quickblox-dotnet-sdk
quickblox-dotnet-sdk copied to clipboard
Not connected to XMPP server
When I am using my application details (AuthKey,APPID etc) in your sample. Facing this issue while sending messages. The error i am getting is "Not connected to XMPP server."
Same problem here? Any news, workaround or anything else?
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) { Debug.WriteLine(ex); }