quickblox-dotnet-sdk icon indicating copy to clipboard operation
quickblox-dotnet-sdk copied to clipboard

Not connected to XMPP server

Open NainaSharma190790 opened this issue 8 years ago • 3 comments

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."

NainaSharma190790 avatar Feb 07 '17 06:02 NainaSharma190790

Same problem here? Any news, workaround or anything else?

gioggio79 avatar Dec 07 '17 16:12 gioggio79

Same problem here? Any update or anything else?

SandeepSingh145 avatar Feb 13 '20 12:02 SandeepSingh145

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); }

SandeepSingh145 avatar Feb 14 '20 07:02 SandeepSingh145