Sharp.Xmpp icon indicating copy to clipboard operation
Sharp.Xmpp copied to clipboard

Updated release

Open epetrie opened this issue 8 years ago • 5 comments

Hey, thanks and love the library. Just wondering if/when there may be a release made that includes the MUC/Presence implementations.

epetrie avatar Oct 10 '16 00:10 epetrie

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

jpenny1993 avatar Oct 10 '16 08:10 jpenny1993

Hey does muc feature is implemented in sharp.xmpp

axcl avatar Nov 09 '17 14:11 axcl

@axcl basic features like joining/leaving rooms & sending messages should be working. Anything more than that may require some maintenance.

jpenny1993 avatar Nov 09 '17 15:11 jpenny1993

I am planning to use this in xamarin forms can you guide me a little bit how to proceed.

axcl avatar Nov 09 '17 15:11 axcl

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

jpenny1993 avatar Nov 09 '17 15:11 jpenny1993