summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xmppdaemon.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php
index e5ecf9d2d..327854ccd 100755
--- a/scripts/xmppdaemon.php
+++ b/scripts/xmppdaemon.php
@@ -430,6 +430,8 @@ class XMPPDaemon {
}
+mb_internal_encoding('UTF-8');
+
$resource = ($argc > 1) ? $argv[1] : NULL;
$daemon = new XMPPDaemon($resource);