Subject: Enabling Message Carbons
Good day,
I'm trying to figure out the proper way to enable Message Carbons via the Xamarin SDK. I'm running the following code during the OnBind Event.
I see the server receive the request, but no response is sent back to the client. Is there a specific point in the sequence that this should happen?
From the server:
I can confirm the server reports the capability and that other clients can use it.
Any help would be appreciated.
Thanks!
I'm trying to figure out the proper way to enable Message Carbons via the Xamarin SDK. I'm running the following code during the OnBind Event.
- _reconnectWrapper.Client.IqFilter.SendIq(carbon, Client_OnIq);
I see the server receive the request, but no response is sent back to the client. Is there a specific point in the sequence that this should happen?
From the server:
- 00:26:35.089 [debug] Received XML on stream = <<"<iq id=\"MX_3\" type=\"set\"><enable xmlns=\"urn:xmpp:carbons:2\" /> </iq>">>
I can confirm the server reports the capability and that other clients can use it.
Any help would be appreciated.
Thanks!
This post was edited on 2016-12-02, 16:27 by Alex.