diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-23 17:39:05 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-23 17:39:05 +0000 |
commit | 3ea895c901362fecb120933f1631b4cc27e293d1 (patch) | |
tree | ad6ac69953b5f525127a74c36e0fc1f674270332 /default-conf/www-ssl/inc/config_jabber.php | |
parent | 6c52da6bf5bbdb1199fac63e7624ddd9473acd89 (diff) |
config file umbenant
git-svn-id: svn://svn.cccv.de/engel-system@171 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf/www-ssl/inc/config_jabber.php')
-rwxr-xr-x | default-conf/www-ssl/inc/config_jabber.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/default-conf/www-ssl/inc/config_jabber.php b/default-conf/www-ssl/inc/config_jabber.php new file mode 100755 index 00000000..13cd3538 --- /dev/null +++ b/default-conf/www-ssl/inc/config_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"); + +?> |