Cisco Acano X-series

ページ / 114
Cisco Meeting Server Release 2.0 : Single Split Meeting Server Deployments
33
xmpp enable
8. To allow a Call Bridge to access the XMPP server securely (after configuration), provide a
component name for the Call Bridge to use to authenticate e.g. cb_london:
xmpp callbridge add <component name>
for example
xmpp callbridge add cb_london
A secret is generated; for example, you see:
cms>xmpp callbridge add cb_london
Added callbridge: Secret: aB45d98asdf9gabgAb1
9. Make a note of the domain, component and secret generated in the previous steps because
they are required when you use the Web Admin interface to configure the Call Bridge access
to the XMPP server (so that the Call Bridge will present the authentication details to the
XMPP server).
Note: If you lose the details, use the MMP command xmpp callbridge list to display
them.
4.5.1 Configuring XMPP multi-domains
A single XMPP server can host multiple XMPP domains. For example, both example.com and
example.org can exist on the same Meeting Server. It is possible to configure multiple tenants
with the same XMPP domain (as in previous releases), or each tenant with their own domain, or
mix these schemes.
To configure multiple domains for the XMPP server to listen to, use the MMP command:
xmpp multi_domain add <domain name> <keyfile> <certificatefile>
[<crt-bundle>]
where:
<keyfile>
is the private key that you created for the XMPP server
<certificatefile>
is the signed certificate file for the XMPP server
[<crt-bundle>]
is the optional certificate bundle as provided by the CA
Note: You also need to add a DNS SRV record for each additional XMPP domain, and to add the
domain to the Incoming Calls page on the Web Admin interface (Configuration>Incoming calls).
Note: Restart the XMPP server for the configured multiple domains to take effect.
Note: The XMPP server will not start if the private key or certificate files are missing or invalid
4   Configuring the MMP