2020-01-02 |
Kim Alvefur |
mod_rest: Add support for XEP-XXXX: User-defined Data Transfer
|
2020-01-02 |
Kim Alvefur |
mod_rest: Add support for mapping 'node' attr in disco#info
|
2020-01-01 |
Kim Alvefur |
mod_rest: Fix replying to groupchat messages
|
2020-01-01 |
Kim Alvefur |
mod_rest: Add a JSON callback example
|
2020-01-01 |
Kim Alvefur |
mod_rest: Fix previous commit
|
2020-01-01 |
Kim Alvefur |
mod_rest: Guess 'get' as default type for 'iq' stanzas in JSON mapping
|
2020-01-01 |
Kim Alvefur |
mod_rest: Stricter type checks in JSON mapping
|
2020-01-01 |
Kim Alvefur |
mod_rest: Default to replying with same type as request
|
2020-01-01 |
Kim Alvefur |
mod_rest: Short-circuit type selection if accept header
|
2020-01-01 |
Kim Alvefur |
mod_rest: Fix return status when sending and forgetting
|
2020-01-01 |
Kim Alvefur |
mod_rest: Add JSON support
|
2020-01-01 |
Kim Alvefur |
mod_rest: Factor out serialization of outgoing stanzas
|
2020-01-01 |
Kim Alvefur |
mod_rest: Factor out response content type selection
|
2020-01-01 |
Kim Alvefur |
mod_rest: Factor out payload parsing
|
2020-01-01 |
Kim Alvefur |
mod_rest: Apply Python source formatting on example
|
2020-01-01 |
Kim Alvefur |
mod_rest: Add an example Flask thing
|
2020-01-01 |
Kim Alvefur |
mod_rest: Whitelist top level attributes in callback
|
2020-01-01 |
Kim Alvefur |
mod_rest: Ensure identical id attribute for error replies
|
2020-01-01 |
Kim Alvefur |
mod_rest: Validate stanza kind earlier
|
2020-01-01 |
Kim Alvefur |
mod_rest: Use HTTP status 422 for stanza problems
|
2020-01-01 |
Kim Alvefur |
mod_rest: Log sent and received stanzas in style of mod_c2s etc
|
2019-12-31 |
Kim Alvefur |
mod_rest: Add support for simple Bearer token auth
|
2019-12-30 |
Kim Alvefur |
mod_rest: Verify that @xmlns is left empty
|
2019-12-30 |
Kim Alvefur |
mod_rest: Add some text about the payload format
|
2019-12-30 |
Kim Alvefur |
mod_rest: Allow collection of original stanza after sending HTTP request
|
2019-12-30 |
Kim Alvefur |
mod_rest: Handle receipt requests on message stanzas
|
2019-12-30 |
Kim Alvefur |
mod_rest: Map various HTTP status codes to XMPP stanza errors
|
2019-12-30 |
Kim Alvefur |
mod_rest: Catch one (1) reply to a POST-ed stanza from an internal source
|
2019-12-30 |
Kim Alvefur |
mod_rest: Allow specifying a webhook/callback to handle incoming stanzas
|
2019-12-30 |
Kim Alvefur |
mod_rest: Initial commit of another RESTful API module
|
2020-01-01 |
Kim Alvefur |
mod_pubsub_post: Fix use of 'id' field in JSON object as pubsub item id
|
2019-12-30 |
Emmanuel Gil Peyrot |
mod_nodeinfo2: Only expose amount of accounts if nodeinfo2_expose_users isn’t set to false
|
2019-12-30 |
Emmanuel Gil Peyrot |
mod_nodeinfo2: Expose XMPP services
|
2019-12-30 |
Emmanuel Gil Peyrot |
mod_nodeinfo2: Refresh the number of recent users daily
|
2019-12-30 |
Emmanuel Gil Peyrot |
mod_nodeinfo2: Only expose message stats if nodeinfo2_expose_posts isn’t set to false
|
2019-12-30 |
Matthew Wild |
mod_easy_invite: Change command name to 'generate' (from 'register')
|
2019-12-30 |
Matthew Wild |
mod_easy_invite: Improve docs surrounding configuration options and defaults
|
2019-12-29 |
Emmanuel Gil Peyrot |
mod_nodeinfo2: Fix traceback on non-existing data
|
2019-12-29 |
Emmanuel Gil Peyrot |
mod_nodeinfo2: Add a README
|
2019-12-29 |
Emmanuel Gil Peyrot |
mod_nodeinfo2: Count messages per host
|
2019-12-29 |
Emmanuel Gil Peyrot |
mod_nodeinfo2: Remove comments count
|
2019-12-29 |
Emmanuel Gil Peyrot |
mod_measure_message_e2ee: Make this module non-global; users can aggregate data if they care about that
|
2019-12-29 |
Emmanuel Gil Peyrot |
mod_nodeinfo2: Store a table instead of an integer (workaround for #905)
|
2019-12-27 |
Kim Alvefur |
mod_invites/README: Fix code block syntax
|
2019-12-27 |
Matthew Wild |
mod_invite: Update to use local_user ad-hoc permission (thanks Martin)
|
2019-12-27 |
Matthew Wild |
mod_easy_invite: Add prosodyctl command to generate account invites
|
2019-12-27 |
Matthew Wild |
mod_easy_invite: New module that implements XEP-0401/XEP-0379
|
2019-12-27 |
Matthew Wild |
mod_invites: New module providing an API to create/manage invite tokens
|
2019-12-24 |
Maxime “pep” Buquet |
mod_web_push: Remove; 357 should be reused instead of this custom implementation
|
2019-12-23 |
Kim Alvefur |
mod_turncredentials: Fix reporting of expiry in extdisco:2 protocol
|
2019-12-23 |
Kim Alvefur |
mod_turncredentials: Rename variable for clarity
|
2019-12-23 |
Kim Alvefur |
mod_s2s_keepalive: Isolate source host of pings
|
2019-12-23 |
Kim Alvefur |
mod_s2s_keepalive: Invert check to work with bidi connections
|
2019-12-22 |
Kim Alvefur |
mod_s2s_keepalive: Mark ping response event as handled
|
2019-12-22 |
Kim Alvefur |
mod_s2s_keepalive: Include event payload in re-fired event (fix traceback)
|
2019-12-21 |
Kim Alvefur |
mod_s2s_keepalive: Update README to document timeout behavior
|
2019-12-21 |
Kim Alvefur |
mod_s2s_keepalive: Update config example (why was the number a string?)
|
2019-12-21 |
Kim Alvefur |
mod_s2s_keepalive: Fix s2sout watchdog reset
|
2019-12-21 |
Kim Alvefur |
mod_s2s_keepalive: Use a watchdog to close unresponsive sessions (fixes #1457)
|
2019-12-21 |
Kim Alvefur |
mod_s2s_keepalive: Ping remotes we only have s2sin established from
|