Subject: Cisco Presence Server and Matrix SDK in C#
Hello Experts! I used the Matrix SDK to successfully connect and send/receive chats with the Google server. But I am having a tough time doing the same with a Cisco Presence Server (ver 9.1) using BOSH.
I've set the Transport to BOSH and specified the Uri parameter to point the Cisco Server. I have checked the URL in a browser and I get the RFC landing page from Presence Server.
I am unable to Login successfully to the Cisco Server. I can see traffic going back and forth in a wireshark, but doesn't give any clues.
If someone has done it already, could you share the relevant section of the code?
I've set the Transport to BOSH and specified the Uri parameter to point the Cisco Server. I have checked the URL in a browser and I get the RFC landing page from Presence Server.
- xmppClient.Transport = Matrix.Net.Transport.BOSH;
I am unable to Login successfully to the Cisco Server. I can see traffic going back and forth in a wireshark, but doesn't give any clues.
If someone has done it already, could you share the relevant section of the code?