I can create a client with the code below:
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?