log mod_rest/mod_rest.lua @ 5804:c3eeeb968403

age author description
16 months ago Kim Alvefur mod_rest: Limit payload size (cf stanza size limits)
20 months ago Kim Alvefur mod_rest: Use logger of HTTP request in trunk
20 months ago Kim Alvefur mod_rest: Include full_jid property on origin
23 months ago Kim Alvefur mod_rest: Get correct type from config
23 months ago Kim Alvefur mod_rest: Allow passing configuring a timeout for <iq> responses
2022-11-26 Kim Alvefur mod_rest: Wrap webhook setup in a function for future reuse
2022-11-26 Kim Alvefur mod_rest: Do not allow replies to <iq type=result> from webhooks
2022-07-13 Matthew Wild mod_rest: Update for mod_tokenauth API changes (backwards-compatible)
2022-08-15 Kim Alvefur mod_rest: Fill in 'type' field in error registry
2022-05-29 Kim Alvefur mod_rest: Provide a log function on temporary session
2022-05-17 Kim Alvefur mod_rest: Fix attempt to index nil in handling of single iq response
2022-05-16 Kim Alvefur mod_rest: Ensure MAM result-iq is included in results from remote hosts
2022-05-16 Kim Alvefur mod_rest: Add special handling to catch MAM results from remote hosts
2022-04-08 Kim Alvefur mod_rest: Add configuration of which stanzas to route to callback