Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I have a UC setup with IM&P and I am trying to use a third party xmpp client (for chat) with the IM&P server.The XMPP BOSH service of the IM&P is currently setup to use a self-signed certificate (default configuration I guess) and it has genera...
Hi,I'm trying to implement a third-party chat application using the CAXL library, that will integrate into my web application.I have looked into the basic chat demo that is available in the Jabber SDK docs, and played around with it, and so far I hav...
Hello,I'm building a 3rd party app that utilizes the CUCM SSO process so that users can change their information and settings using UDS API, in a similar way to the Self Care Portal. The authentication process works just fine, as in, I redirect the u...
Hello,I'm building a 3rd party app that utilizes the CUCM SSO process so that users can change their information and settings using UDS API, in a similar way to the Self Care Portal. The authentication process works just fine, as in, I redirect the u...
Ok so I also have an RSA certificate for cup-xmpp, however when I try to connect to the BOSH service using a CAXL client (in a web app), it always uses the EC certificate. Do you know if there is an option to force the client to use RSA?
Thank you so much for pointing me at the right direction.I have experimented with obtaining an SSO token while trying to use the Jabber SDK to implement voice and video functionality so this should not be much different.I will look into everything yo...
That's too bad.If I do need that functionality anyway, what would you say is the best way to try implementing it?So far I've looked into the authentication flow code and figured I'd have to implement a new SASL auth mechanism (currently only 'PLAIN' ...
Hi thanks for the reply.I cannot use /ucmuser/loggedInUser from my app because of cross-origin issues, this url has to be called from within the self care portal window, unless you can tell me how to get around that. Is there any way to find out how ...