Mercurial > prosody-wiki
changeset 174:c87bea8ab41a
mod_json_streams: Some tweaks and fixes.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 02 Apr 2011 05:01:01 +0500 |
parents | e613d82d097a |
children | 01fb5e97f22b |
files | mod_json_streams.wiki |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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.