Software /
code /
prosody
Comparison
plugins/mod_bosh.lua @ 7359:a5a080c12c96
Update every link to the documentation to use HTTPS
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 16 Apr 2016 21:08:05 +0100 |
parent | 7327:d62f0471470f |
child | 7382:c8923f882274 |
comparison
equal
deleted
inserted
replaced
7358:d0390bc9c5d1 | 7359:a5a080c12c96 |
---|---|
437 headers = { | 437 headers = { |
438 content_type = "text/html"; | 438 content_type = "text/html"; |
439 }; | 439 }; |
440 body = [[<html><body> | 440 body = [[<html><body> |
441 <p>It works! Now point your BOSH client to this URL to connect to Prosody.</p> | 441 <p>It works! Now point your BOSH client to this URL to connect to Prosody.</p> |
442 <p>For more information see <a href="http://prosody.im/doc/setting_up_bosh">Prosody: Setting up BOSH</a>.</p> | 442 <p>For more information see <a href="https://prosody.im/doc/setting_up_bosh">Prosody: Setting up BOSH</a>.</p> |
443 </body></html>]]; | 443 </body></html>]]; |
444 }; | 444 }; |
445 | 445 |
446 function module.add_host(module) | 446 function module.add_host(module) |
447 module:depends("http"); | 447 module:depends("http"); |