Mercurial > prosody-modules
comparison mod_conversejs/mod_conversejs.lua @ 4156:b79904446d9e
Update local repository
| author | Seve Ferrer <seve@delape.net> |
|---|---|
| date | Mon, 28 Sep 2020 15:34:00 +0200 |
| parents | 4ee2a90d3818 |
| children | 6b2a1c9ef6e2 |
comparison
equal
deleted
inserted
replaced
| 4155:308b92b07da6 | 4156:b79904446d9e |
|---|---|
| 90 jid = module.host; | 90 jid = module.host; |
| 91 default_domain = module.host; | 91 default_domain = module.host; |
| 92 domain_placeholder = module.host; | 92 domain_placeholder = module.host; |
| 93 allow_registration = allow_registration; | 93 allow_registration = allow_registration; |
| 94 registration_domain = allow_registration and module.host or nil; | 94 registration_domain = allow_registration and module.host or nil; |
| 95 assets_path = cdn_url..version.."/dist/"; | |
| 95 view_mode = "fullscreen"; | 96 view_mode = "fullscreen"; |
| 96 }; | 97 }; |
| 97 | 98 |
| 98 if type(user_options) == "table" then | 99 if type(user_options) == "table" then |
| 99 for k,v in pairs(user_options) do | 100 for k,v in pairs(user_options) do |
