forked from friendica/friendica-addons
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
2343c5d529
|
@ -86,7 +86,7 @@ function jappixmini_install()
|
||||||
// set standard configuration
|
// set standard configuration
|
||||||
$info_text = Config::get("jappixmini", "infotext");
|
$info_text = Config::get("jappixmini", "infotext");
|
||||||
if (!$info_text)
|
if (!$info_text)
|
||||||
set_confConfig::setig("jappixmini", "infotext", "To get the chat working, you need to know a BOSH host which works with your Jabber account. " .
|
Config::set("jappixmini", "infotext", "To get the chat working, you need to know a BOSH host which works with your Jabber account. " .
|
||||||
"An example of a BOSH server that works for all accounts is https://bind.jappix.com/, but keep " .
|
"An example of a BOSH server that works for all accounts is https://bind.jappix.com/, but keep " .
|
||||||
"in mind that the BOSH server can read along all chat messages. If you know that your Jabber " .
|
"in mind that the BOSH server can read along all chat messages. If you know that your Jabber " .
|
||||||
"server also provides an own BOSH server, it is much better to use this one!"
|
"server also provides an own BOSH server, it is much better to use this one!"
|
||||||
|
|
Loading…
Reference in a new issue