added some code for actually starting some stuff!
[xmppcentral.git] / etc / config.php
1 <?php
2
3 // the main config file everything will read
4 $XMPP_SERVER="localhost";
5 $XMPP_DOMAIN="localhost";
6 $XMPP_SYSTEM_PASSWORD="password";
7 $XMPP_HOSTNAME_PASSWORD="password";
8
9 $PLUGIN_DIRECTORY="../plugins";
10 $LIB_PATH="../lib";
11
12 require_once("$LIB_PATH/lib.php");
13
14 ?>