Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
109
10.9.3 Retrieving detailed information about an individual Call Bridge
GET method performed on a “/callBridges/<call bridge id>” node. If the call bridge ID supplied is
valid, a “200 OK” response is received, with XML content described in the previous section.
10.10 XMPP Methods
10.10.1 Retrieving the XMPP server details
Issue a GET on the new /system/configuration/xmpp node to retrieve the information below.
Response elements
Type/Value
Description/Notes
uniqueName
String
The name by which this Call Bridge is known by the XMPP server
domain
String
The domain that the Call Bridge is using for XMPP
sharedSecret
String
The password value set by the XMPP server for this Call Bridge when it
was configured
serverAddressOverride
String
If supplied, the Call Bridge is connecting to an XMPP server at the
specified address rather than using the "domain" to discover it (via
DNS).
10.10.2 Setting Up and Modifying an XMPP server
Issue a PUT or a POST on the new /system/configuration/xmpp node
Response elements
Type/Value
Description/Notes
uniqueName
String
The name by which this Call Bridge should be known by the XMPP
server
domain
String
The domain that the Call Bridge should use for XMPP
sharedSecret
String
The password value set by the XMPP server for this Call Bridge when it
was configured
serverAddressOverride
String
If supplied, the Call Bridge will connect to an XMPP server at the
specified address rather than using the "domain" to discover it (via
DNS).
10.11 Call Bridge Cluster Methods
10.11.1 Retrieving the Call Bridge Cluster details
Issue a GET on the /system/configuration/cluster node to retrieve the information below.
10   System Related Methods