GET

Get the XMPP configuration.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/xmpp/default

HTTPS method:

GET

Example XML output:


<Xmpp>
   <xmppService>xmpp.cisco.com</xmppService>
   <xmppHost>[ServerIP]</xmppHost>
   <xmppPort>[Port]</xmppPort>
   <xmppServiceLookup>true</xmppServiceLookup>
   <xmppEnabled>true</xmppEnabled>
   <xmppServiceUsername>gding</xmppServiceUsername>
   <xmppServicePassword>...</xmppServicePassword>
   <refURL>
     https://[ServerIP]:[Port]/ccp-webapp/ccp/
     xmpp/default
   </refURL>
</Xmpp>

Parameters:

See XMPP API Parameters.