Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 54
Cisco Meeting Server Release 2.0 : MMP Command Line Reference
32
8 Application Configuration Commands
8.1 XMPP Server Commands
These commands are for setting up an XMPP server as described in the Deployment Guides. 
Command/Examples
Description/Notes
xmpp
xmpp status
Displays the current configuration
xmpp restart
xmpp domain <domain-name>
Restarts the XMPP server
Creates a component secret for the XMPP server
xmpp listen <interface whitelist|none>
Sets up a whitelist of interfaces to listen on. You must
enable the service in order to start listening with the
command xmpp enable
Stops the XMPP server listening
xmpp listen a b
xmpp listen none
xmpp (enable|disable)
Enables or disables the XMMP server
xmpp certs <key-file> <crt-file> [<crt-
bundle>]
Defines the name of the key file and certificate file for the
XMPP server, and optionally, a CA certificate bundle as
provided by your CA. (Also see the section
Provisioning
with certificates
.)
xmpp certs none
Removes certificate configuration
xmpp motd add <message>
Configures a "message of the day" which will be displayed
when Cisco Meeting App or XMPP clients log in. ""
xmpp motd del
Removes the message of the day.
Alternatively, a message no larger than 2048 characters
can be configured by copying a file by SFTP to
"xmpp.motd".
Modifying the xmpp.motd in any way causes the XMPP
server to restart.
xmpp max_sessions <number>
Limits the number of simultaneous XMPP sessions that an
individual user can have with the XMPP server (and hence,
the number of simultaneous logins). This prevents a single
user from exhausting system resources.
xmpp max_sessions none
Removes any restriction on the XMPP sessions per user.
8   Application Configuration Commands