mc-tool (1)
NAME
mc-tool - manipulate Mission Control accounts from the command lineSYNOPSIS
mc-tool list
mc-tool add
PROFILE
DISPLAY-NAME
[PARAMETER-SETTINGS...]
mc-tool add
MANAGER/PROTOCOL [PARAMETER-SETTINGS...]
mc-tool update
ACCOUNT [PARAMETER-SETTINGS...]
mc-tool display
ACCOUNT DISPLAY-NAME
mc-tool nick
ACCOUNT NICKNAME
mc-tool service
ACCOUNT SERVICE-NAME
mc-tool icon
ACCOUNT ICON
mc-tool show
ACCOUNT
mc-tool get
ACCOUNT
PARAMETER [PARAMETER...]
mc-tool auto-presence
ACCOUNT STATUS [MESSAGE]
mc-tool request
ACCOUNT STATUS [MESSAGE]
mc-tool auto-connect
ACCOUNT
on|off
mc-tool remove
ACCOUNT
DESCRIPTION
mc-tool's usage depends on its first argument (the "command")
SPECIFYING ACCOUNTS
Where an account name is needed, it may be given as a full object path (e.g. /org/freedesktop/Telepathy/Account/gabble/jabber/example), or as the unique account-specific suffix (e.g. gabble/jabber/example).SPECIFYING PARAMETER SETTINGS
Many commands take arguments that represent Telepathy connection manager parameters (see the Telepathy Specification for details of these). Each argument has the following form:TYPE:NAME=VALUE
where TYPE is either int, uint, bool, or string (other parameter types exist, but are currently unsupported by mc-tool), NAME is the name of the connection manager parameter (e.g. account or password), and VALUE is the parameter's value (with integers in decimal, and booleans as 0 or 1).
The update command also accepts arguments of the form clear:NAME which delete the named parameter from the account configuration.