pgstath / Sharp.Xmpp

Sharp.Xmpp is looking for a maintainer! Unfortunatelly I do not have currently the time needed to maintain the library. Luckily a small but vibrant community has evolved around Sharp.Xmpp. If you would like to be the project's maintainer please sent an email to pgstath@gmail.com. This should include issues, tickets and commits that you have done for Sharp.Xmpp or other similar project. Sharp.Xmpp is a multiplatform, Windows and Android, .NET XMPP client assembly.Sharp.Xmpp supports IM functionality & a variety of XMPP extensions, is simple and is extensively tested against Android Xamarin. It is a fork of the currently frozen excellent S22.Xmpp project. Sharp.Xmpp will be at the FOSSDEM 2016 Real time DevRoom!
Other
84 stars 51 forks source link

How to specify virtual host? #65

Open tallesl opened 5 years ago

tallesl commented 5 years ago

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?

VitorCioletti commented 5 years ago

@tallesl pull request #41 have already fixed the problem. Unfortunately they haven't accepted it yet.

marcel-landman commented 3 years ago

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