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 enable Carbon Message Extension #19

Open lovetox opened 8 years ago

lovetox commented 8 years ago

Hi,

i see all extensions are loaded when i create an instance of XmppClient.

but there is no enabling iq request send cause the function EnableCarbons() is never called, and all instanzes of the extension are private or internal.

how i am supposed to activate this?

pgstath commented 8 years ago

See the original pull request here, https://github.com/pgstath/Sharp.Xmpp/pull/2/files. While you must explicitly call EnabledCarbons(), in order to enable, as you have mentioned there is no public method there. This needs to be fixed, probably @ignacionr used it using a different approach.