some more get_hostname to getHostName changes

This commit is contained in:
Tobias Diekershoff 2018-10-11 13:24:39 +02:00
parent 574bf66564
commit 3f6239bb2b
8 changed files with 10 additions and 10 deletions

View file

@ -164,7 +164,7 @@ function xmpp_converse(App $a)
PConfig::set(local_user(), "xmpp", "password", $password);
}
$jid = $a->user["nickname"] . "@" . $a->get_hostname() . "/converse-" . random_string(5);
$jid = $a->user["nickname"] . "@" . $a->getHostName() . "/converse-" . random_string(5);
$auto_login = "auto_login: true,
authentication: 'login',