summaryrefslogtreecommitdiff
path: root/default-conf/var_www_includes/config_jabber.php
blob: 13cd3538704a6a6b5ae7f30b07ad2eb2eb57974e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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");

?>