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

Discovery and MUC with Sharp XMPP #1

Closed sbsrouteur closed 9 years ago

sbsrouteur commented 9 years ago

How does one with S22.Xmpp use the service discovery to list the available chatrooms, and then how does one join such a chat room?

Could not find a sample for that.

pgstath commented 9 years ago

Unfortunately Sharp.Xmpp does not support for the time being MUC (XEP-0045, http://xmpp.org/extensions/xep-0045.html) and its not on the immediate roadmap, however I could provide any help needed if someone decided to implement that.

sbsrouteur commented 9 years ago

Thanks for the feed back. I was able to find another lib that does the MUC for me. Good luck with S22. It's by far the easiest to start with. But it lacks some major features (IMHO).

YonathanFeyessa commented 9 years ago

@sbsrouteur what other library are u using thanks