mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
some more get_hostname to getHostName changes
This commit is contained in:
parent
574bf66564
commit
3f6239bb2b
8 changed files with 10 additions and 10 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue