-
Notifications
You must be signed in to change notification settings - Fork 181
xmpp
Fabian Affolter edited this page Apr 27, 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.
Requires:
- XMPP (Jabber) accounts (at least one for the sender and one for the recipient)
- xmpppy