Sharp.Xmpp
Sharp.Xmpp copied to clipboard
How to enable Carbon Message Extension
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?
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.