|
@@ -113,12 +113,12 @@ Proceed to "Patching Prosody" section to finish configuration.
|
113
|
113
|
|
114
|
114
|
### Patching Prosody
|
115
|
115
|
|
116
|
|
-JWT token authentication requires prosody-trunk version at least 607.
|
|
116
|
+JWT token authentication requires prosody-trunk version at least 747.
|
117
|
117
|
|
118
|
118
|
You can download latest prosody-trunk packages from [here]. Then install it with the following command:
|
119
|
119
|
|
120
|
120
|
```
|
121
|
|
-sudo dpkg -i prosody-trunk_1nightly607-1~trusty_amd64.deb
|
|
121
|
+sudo dpkg -i prosody-trunk_1nightly747-1~trusty_amd64.deb
|
122
|
122
|
```
|
123
|
123
|
|
124
|
124
|
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:
|