summaryrefslogtreecommitdiff
path: root/default-conf/var_www_includes/config_jabber.php
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-10-08 10:34:19 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-10-08 10:34:19 +0000
commitcc2f90cb81e13ce0e13ce75bafbfce3acfdaca15 (patch)
treea0692b7cb9ee64701563d69d6e9f9cc34a00c608 /default-conf/var_www_includes/config_jabber.php
parent45574da67dfac23071c0b02c7f2ca9427fa28ab1 (diff)
minor changes
git-svn-id: svn://svn.cccv.de/engel-system@304 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf/var_www_includes/config_jabber.php')
-rwxr-xr-xdefault-conf/var_www_includes/config_jabber.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/default-conf/var_www_includes/config_jabber.php b/default-conf/var_www_includes/config_jabber.php
new file mode 100755
index 00000000..13cd3538
--- /dev/null
+++ b/default-conf/var_www_includes/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");
+
+?>