diff options
Diffstat (limited to 'default-conf/www-ssl')
-rwxr-xr-x | default-conf/www-ssl/inc/jabber.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/default-conf/www-ssl/inc/jabber.php b/default-conf/www-ssl/inc/jabber.php new file mode 100755 index 00000000..13cd3538 --- /dev/null +++ b/default-conf/www-ssl/inc/jabber.php @@ -0,0 +1,17 @@ +<?php + + $server = "jabber.berlin.ccc.de"; + $port = "5222"; + + $username = ""; + $password = ""; + $resource = ""; + + $jabber_recipient = array( "xyz@jabber.berlin.ccc.de", + "xyz2@jabber.berlin.ccc.de", + ); + + $mail_subject = "Pentabarf Error"; + $mail_recipient = array("xyz@abc.de", "xyz@abc.de"); + +?> |