Sharp.Xmpp
Sharp.Xmpp copied to clipboard
Updated release
Hey, thanks and love the library. Just wondering if/when there may be a release made that includes the MUC/Presence implementations.
Hi, I wrote the MUC stuff while I was working for a different company. I found and made some of these changes to the library as I found them Although this was after the pull request went through. I haven't submitted another pull request because I've modified the library quite a bit since and added interfaces that I needed for testing purposes.
These should be the changes that you need for MUC presence...
See MUC presence though the standard presence event https://github.com/jpenny1993/Sharp.Xmpp/commit/998f516092e85bb1e3f493ca119297b03825e229
Set your own MUC presence https://github.com/jpenny1993/Sharp.Xmpp/commit/b18298cdb21abe7d4831e158e025dbfbde588525
Hey does muc feature is implemented in sharp.xmpp
@axcl basic features like joining/leaving rooms & sending messages should be working. Anything more than that may require some maintenance.
I am planning to use this in xamarin forms can you guide me a little bit how to proceed.
For general use see the documentation written by the original maintainer http://smiley22.github.io/S22.Xmpp/Documentation/
Newer parts of this library haven't yet been documented. For muc funtionality I'd suggest reading through MultiUserChat.cs