From d2afa4b0e1b5eb0ba183c71e24b2fbae296034cf Mon Sep 17 00:00:00 2001 From: paweldomas Date: Mon, 4 Jan 2016 11:40:07 +0100 Subject: [PATCH] Removes Prosody patch instructions from tokens.md(the code is in the trunk). --- doc/tokens.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/doc/tokens.md b/doc/tokens.md index c7325eede..d1fc749b0 100644 --- a/doc/tokens.md +++ b/doc/tokens.md @@ -68,20 +68,15 @@ Proceed to "Patching Prosody" section to finish configuration. ### Patching Prosody -JWT token authentication requires prosody-trunk version at least 603. It also requires special patch that allows the plugin to retrieve the token from BOSH URL. +JWT token authentication requires prosody-trunk version at least 607. You can download latest prosody-trunk packages from [here]. Then install it with the following command: ``` -sudo dpkg -i prosody-trunk_1nightly603-1~trusty_amd64.deb +sudo dpkg -i prosody-trunk_1nightly607-1~trusty_amd64.deb ``` -Next step is to patch Prosody. If you have *jitsi-meet-tokens* package installed just use the following command: -``` -sudo patch -N /usr/lib/prosody/modules/mod_bosh.lua /usr/share/jitsi-meet/prosody-plugins/mod_bosh.lua.patch -``` - -Also make sure that */etc/prosody/prosody.cfg.lua* contains the line below at the end to include meet host config. That's because Prosody nightly may come with slightly different default config: +Make sure that */etc/prosody/prosody.cfg.lua* contains the line below at the end to include meet host config. That's because Prosody nightly may come with slightly different default config: ``` Include "conf.d/*.cfg.lua"