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

Add constructor using server ip address #3

Closed rafaneri closed 4 years ago

rafaneri commented 9 years ago

The server address hostname is in a different server, then is needed use the xmpp server ip address directly.

stevenlivz commented 7 years ago

Has this not yet been merged? This is not just for dev/test - this is common where you have a host name for the users (@domain.com) but the server to connect to for XMPP is not the IP that resolves to ... xmpp.domain.com.

Most XMPP servers allow multiple host names, so the logical jid user@domain and user@domain2 may connect to the host name xmpp.domain.com and if you are not using dns srv records then you will not be able to connect. So it makes sense to specify the hostname or ip address of the server to connect to. I see this has conflicts so i am going to fork as i need this functionality and will likely create a pull request at some point.

Great library btw!

banarualexandru commented 7 years ago

Hello

It seems that these changes are not present at Nuget yet.

Does somebody know the status of this changes, and when will be updated the Nuget package?

Thanks