- sendxmpp package
- On debian system (for example) use aptitude command to install
sendxmpp
- Add XMPP plugin in "complete" section of your
php-censor.yml
- username : Username of your XMPP sender account. (example : "[email protected]")
- password : Password of your XMPP sender account.
- recipients : List of your XMPP recipents account.
- server : If your server is not the same that your login server (optional, example : gtalk.google.com)
- tls : Set 1 to enable TLS connection or 0 to disable it. (optional, default is 0)
- alias : Alias of your sender account. (optional)
- date_format :
strftime
mask date format display in notification message. (optional, default is %c of strftime function)
complete:
xmpp:
username: "[email protected]"
password: "AZERTY123"
recipients:
- "[email protected]"
- "[email protected]"
server: "gtalk.google.com"
tls: 1
alias: "PHP Censor Notification"
date_format: "%d/%m/%Y"