Skip to content
Fabian Affolter edited this page Apr 30, 2014 · 3 revisions

The xmpp service sends notification to one or more XMPP (Jabber) recipients.

[config:xmpp]
sender = '[email protected]'
password = 'Password for sender'
targets = {
    'admin' : [ '[email protected]', '[email protected]' ]
    }

Targets may contain more than one recipient, in which case all specified recipients get the message.

XMPP message

Requires:

  • XMPP (Jabber) accounts (at least one for the sender and one for the recipient)
  • xmpppy
Clone this wiki locally