Дамян Минков
ffdd4f2eed
debian: updates around coturn package and order of install ( #5729 )
...
* debian: Update coturn udp port to non-privileged one.
* debian: Turnserver config requires jitsi-meet-web-config files.
* doc: Updates doc, removing `--no-install-recommends`.
* debian: Moves checks and configs to default to prosody 0.11.
* debian: Disable room locking on internal muc.
* add scripts for deploying coturn with certbot
* turnserver: Removes unused variable showing error.
* debian: updates let's encrypt and coturn scripts.
* debian: Detect failure to retrieve external ip address.
* debian: Always configure turn when the turnserver package is installed.
Co-authored-by: Julien Fastré <julien.fastre@champs-libres.coop>
2020-04-08 13:06:49 -05:00
paweldomas
4dc10e82f1
feat(mod_auth_token): add support for 'previd' query param
...
The 'previd' query parameter will be use to match user id of the session
being resumed when the smacks module and token authentication are
enabled in Prosody. Otherwise user gets new random id every time and
this doesn't work with the smacks module.
2020-03-11 06:56:40 -07:00
Pedro Henrique Linhares
1b6c5a7141
Set SASL username when using anonymous mechanism with auth_token ( #5025 )
2020-01-30 00:25:15 +00:00
Aaron van Meerten
5d86d202bd
initial session for bosh and websockets ( #5006 )
...
* hook on websocket events
* initial session for bosh and websockets
2020-01-24 14:59:29 +00:00
Aaron van Meerten
8d1d573266
updates bosh to support optional prefix
...
use optional prefix in poltergeist room lookup
2019-05-16 14:23:36 -05:00
damencho
98111c3593
On token verification failure return error, reason and stop processing.
...
This was broken with commit c1fb1a7def
, which splits the result in order to print the error reason and in case of error was not returning the error and the message to prosody internals.
2017-10-26 14:01:21 -05:00
damencho
c1fb1a7def
Installs required basexx when token package is installed. Fixes #1870 .
...
Adds some debug messages when token verification fails for some reason.
2017-08-08 23:13:25 +03:00
damencho
cc79b073f0
Fires event before setting username, allows listeners to override it.
...
This is a hook to override the username that will be used when authenticating token users (which are using anonymous login with auto-generated username).
2017-07-14 22:12:56 -05:00
damencho
599d84a889
Stores the room name from the bosh url into the session.
2017-07-14 22:08:41 -05:00
damencho
88a58a057e
Removes not needed parameter token in process_and_verify_token.
2017-05-08 11:23:13 -05:00
damencho
82b27b45fe
Moves token related code into util so it can be reused.
2017-05-08 11:23:13 -05:00
Saúl Ibarra Corretgé
b01ad360da
Move miscellaneous files to resources
2017-02-23 10:01:19 +01:00