# HG changeset patch # User Matthew Wild # Date 1335416184 -3600 # Node ID 778eb9405a981889eebe68b65e8e11c37b89da48 # Parent 4700e318add1b19fd7c6b2b712468bb6db3149f2 mod_bosh: Update informational message on GET diff -r 4700e318add1 -r 778eb9405a98 plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Thu Apr 26 05:40:04 2012 +0100 +++ b/plugins/mod_bosh.lua Thu Apr 26 05:56:24 2012 +0100 @@ -101,7 +101,10 @@ end local function handle_GET(request) - return "You really don't look like a BOSH client to me... what do you want?"; + return [[ +

It works! Now point your BOSH client to this URL to connect to Prosody.

+

For more information see Prosody: Setting up BOSH.

+]]; end function handle_OPTIONS(request)