Subject: Setting rich presence for Cisco IM&Presence
I'm using matrix.vNext with Cisco IM&P (Version 11.5, but soon 12.5, too). I can connect, set basic presence, manage roaster and get presence notifications just fine.
Where I'm having problem is rich presence. Cisco uses their own PIDF format - looks pretty much like the standard, but with some custom namespaces. Some examles can be seen in their dev guide https://d1nmyq4gcgsfi5.cloudfront.net/fileMedia/f4a5c1d3-e…
While I can send that rich presence just fine using this approach
the effects it has on the presence of the logged in user isn't what I'm expecting. Has anybody gotten this to work?
Where I'm having problem is rich presence. Cisco uses their own PIDF format - looks pretty much like the standard, but with some custom namespaces. Some examles can be seen in their dev guide https://d1nmyq4gcgsfi5.cloudfront.net/fileMedia/f4a5c1d3-e…
While I can send that rich presence just fine using this approach
- var xmppXElement = XmppXElement.LoadXml(richPresence);
- await xmppClient.SendAsync(xmppXElement).ConfigureAwait(false);
the effects it has on the presence of the logged in user isn't what I'm expecting. Has anybody gotten this to work?