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.
hellowe are using smack library to instantiate xmpp connection through 5223 port but never connectConnectionConfiguration config = new ConnectionConfiguration(hostname, 5223, "proxy.eu.jabber.org");config.setDebuggerEnabled(true);config.setSASLAuthen...
Hello DeniseYes certificates are exchanged correctly and error coming is no response from server. it is working with port 5222 and connected successfully , which means that certificate is imported successfully in our trust store. the issue with port ...
HII'm building a java client to be embedded in CRM application, it should have the ability to control agent state, beside the call control funstions (Answer, hold, conference , transfer...etc). we are integrating with UCCE 12.0
HiI commented setting origin in the code as it should be set by browser and still getting same error. Please note that the CORS policy is enabled on UCCX sandbox and error not appearing there.