# HG changeset patch # User Waqas Hussain # Date 1301702461 -18000 # Node ID c87bea8ab41ad78efbe7e254aa6e62387c0b5113 # Parent e613d82d097aa2e5caac01523f3405c524362013 mod_json_streams: Some tweaks and fixes. diff -r e613d82d097a -r c87bea8ab41a mod_json_streams.wiki --- a/mod_json_streams.wiki Sat Apr 02 04:52:38 2011 +0500 +++ b/mod_json_streams.wiki Sat Apr 02 05:01:01 2011 +0500 @@ -7,12 +7,12 @@ Simply loading this modules makes Prosody accept JSON for C2S streams (legacy XML clients are still supported). -For BOSH, it requires mod_bosh be loaded, and JSON should be directed to the '/jsonstreams' HTTP path. +For BOSH, it requires mod_bosh be loaded, and JSON should be directed to the `/jsonstreams` HTTP path. -JSON for S2S isn't supported due to the lack of a discovery mechanism, so we have left that disabled to stay compatible with legacy XML servers). +JSON for S2S isn't supported due to the lack of a discovery mechanism, so we have left that disabled to stay compatible with legacy XML servers. = Configuration = -Just add json_streams in your global modules_enabled list, for example: +Just add `"json_streams"` in your config's global `modules_enabled` list, for example: {{{ modules_enabled = { @@ -26,4 +26,4 @@ ||trunk||Works|| = Quirks = -* This plugin does not work with TCP port multiplexing. + * This plugin does not currently work with Prosody's [http://prosody.im/doc/port_multiplexing port multiplexing] feature.