Browse Source
Cleaning constant values in XMPPConnect and move them in /config/conf.xml dans users/<user jid>/condf.xml
pull/5/head
Cleaning constant values in XMPPConnect and move them in /config/conf.xml dans users/<user jid>/condf.xml
pull/5/head
6 changed files with 46 additions and 40 deletions
-
7config/conf.xml
-
9lib/GetConf.php
-
2lib/PageBuilder.php
-
50lib/XMPPConnect.php
-
12user/edhelas@movim.eu/conf.xml
-
6user/movim@movim.eu/conf.xml
@ -1,3 +1,10 @@ |
|||
<?xml version='1.0' encoding='UTF-8'?> |
|||
<config> |
|||
<theme>movim</theme> |
|||
<boshCookieTTL>3600</boshCookieTTL> |
|||
<boshCookiePath>/</boshCookiePath> |
|||
<boshCookieDomain>false</boshCookieDomain> |
|||
<boshCookieHTTPS>false</boshCookieHTTPS> |
|||
<boshCookieHTTPOnly>true</boshCookieHTTPOnly> |
|||
<logLevel>5</logLevel> |
|||
</config> |
@ -1,6 +1,10 @@ |
|||
<?xml version='1.0' encoding='UTF-8'?> |
|||
<data> |
|||
<host>natsu.upyum.com</host> |
|||
<boshSuffix>http-bind</boshSuffix> |
|||
<submit>Valider</submit> |
|||
</data> |
|||
<host>movim.eu</host> |
|||
<domain>movim.eu</domain> |
|||
<port>5222</port> |
|||
|
|||
<boshHost>natsu.upyum.com</boshHost> |
|||
<boshSuffix>http-bind</boshSuffix> |
|||
<boshPort>80</boshPort> |
|||
</data> |
@ -1,8 +1,10 @@ |
|||
<?xml version='1.0' encoding='UTF-8'?> |
|||
<data> |
|||
<host>movim.eu</host> |
|||
<domain>movim.eu</domain> |
|||
<port>5222</port> |
|||
|
|||
<boshHost>natsu.upyum.com</boshHost> |
|||
<boshSuffix>http-bind</boshSuffix> |
|||
<boshSuffix>http-bind</boshSuffix> |
|||
<boshPort>80</boshPort> |
|||
<submit>Valider</submit> |
|||
</data> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue