From 9f94a17eacd85144a1aee14929688b33e9393fe1 Mon Sep 17 00:00:00 2001 From: Michael Fürmann <michael@spicyweb.de> Date: Tue, 17 Feb 2015 13:40:07 -0500 Subject: [PATCH] Server initialization and domain management (without ssl for now) --- install/dist/lib/debian60.lib.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/install/dist/lib/debian60.lib.php b/install/dist/lib/debian60.lib.php index 584e6aa..fab5628 100644 --- a/install/dist/lib/debian60.lib.php +++ b/install/dist/lib/debian60.lib.php @@ -154,6 +154,10 @@ */ } + public function configure_xmpp() { + parent::configure_xmpp(); + } + } ?> -- Gitblit v1.9.1