eventdctl-im(1)

IM plugin commands

Build version: 0.30.0 - v0.30.0

Name

eventdctl-im — IM plugin commands

Synopsis

eventdctl [OPTIONS...] {im} {command} [command arguments...]

Description

These eventdctl commands control the im plugin behaviour. See eventdctl(1) for more details.

Commands

connect account

Tell the plugin to connect to the specified account.

account may be any IM account configured (see eventd-im.conf(5)).

disconnect account

Tell the plugin to disconnect from the specified account.

account may be any IM account configured (see eventd-im.conf(5)).

status account

Ask the plugin for the account status.

list

Ask the plugin for the list of accounts.

Exit status

These exit statuses are special values specific to the im plugin.

status: 50

The plugin has no accounts in its list.

status account: 50

The account is connecting.

status account: 51

The account is not connected

status account: 52

The account is not connected and already attempted to reconnect the maximum number of times configured

list: 50

The plugin has no accounts in its list.

See Also

eventd core man pages
eventd(1)

eventd daemon command-line options

eventdctl(1)

eventdctl (control tool) command-line options

eventd.conf(5)

eventd configuration

Contains information about all the event configuration

Plugins distributed with eventd will use the same scheme: eventd-plugin-name for their additional eventd command-line options, eventdctl-plugin-name for their additional eventdctl command-line options, eventd-plugin-name.conf for their configuration,

Plugins man pages