You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new XmppClient("jabber.se","username","password");
From my understanding, the first parameter serves as both the server address and the vhost of the user. But what if my vhost is not the same of the server hostname?
The text was updated successfully, but these errors were encountered:
pull request #41 is clearly unacceptable in it's current state and it has been quite some time. So someone else will have to give this a try or refactor the code from @stevenlivz
I can create a client with the code below:
From my understanding, the first parameter serves as both the server address and the vhost of the user. But what if my vhost is not the same of the server hostname?
The text was updated successfully, but these errors were encountered: