damencho
d12afc5c07
Fixes the room size api which returns string result back to client.
7 years ago
damencho
c1fb1a7def
Installs required basexx when token package is installed. Fixes #1870.
Adds some debug messages when token verification fails for some reason.
8 years ago
Aaron van Meerten
b6efdb533d
Handles the async wrapping of the mod_muc_size functions
fixes handling of keyserver ASAP validation of tokens
wraps room and room-size APIs
8 years ago
damencho
64bb5563bc
Returns error when there is no query, but params expected.
8 years ago
damencho
2b1e8cdeff
Creates util for modules and adds method get_room_from_jid in it.
8 years ago
damencho
7d94d3fd1a
Updates room size API to work with multiple domains.
Checks for a parameter named subdomain and if it exists, adds it to the roomname as used in multiple domain mode ([subdomain]roomname@conference.example.com ).
Moves muc_size module to per-host module and adds token verification.
8 years ago
damencho
4ec4c45a90
Adds a second parameter named domain to muc_size module.
Adds and the default conference. part where the muc module live in default deployments.
8 years ago
damencho
e0b829f92f
Revert "Adds a second parameter named domain to muc_size module."
This reverts commit e2e04e3f16 .
8 years ago
damencho
e2e04e3f16
Adds a second parameter named domain to muc_size module.
8 years ago
damencho
589f77ef0e
Adds prosody plugin that query existing rooms for information.
Queries room for their size or room particiapnt's information. Depends on luarocks net-url module.
8 years ago