Comparison

plugins/mod_bosh.lua @ 7361:3409773ca19a

Merge with Link Mauve
author Kim Alvefur <zash@zash.se>
date Sun, 17 Apr 2016 22:28:48 +0200
parent 7359:a5a080c12c96
child 7382:c8923f882274
comparison
equal deleted inserted replaced
7360:7a37fade5380 7361:3409773ca19a
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");