From: Michael Date: Sun, 7 Jan 2018 00:56:32 +0000 (+0000) Subject: Preparation to make the automatic authentication work (hopefully) reliable X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=commitdiff_plain;h=d9330e3b05c71bbd172293fb223271033d3b19f7 Preparation to make the automatic authentication work (hopefully) reliable --- diff --git a/xmpp/xmpp.php b/xmpp/xmpp.php index e523c65c..d9335483 100644 --- a/xmpp/xmpp.php +++ b/xmpp/xmpp.php @@ -152,7 +152,7 @@ function xmpp_converse(App $a) if (Config::get("xmpp", "central_userbase") && !PConfig::get(local_user(), "xmpp", "individual")) { $bosh_proxy = Config::get("xmpp", "bosh_proxy"); - $password = PConfig::get(local_user(), "xmpp", "password"); + $password = PConfig::get(local_user(), "xmpp", "password", '', true); if ($password == "") { $password = random_string(16);