Software /
code /
prosody-modules
Graph
-
mod_rest: Hide JSON error behind a flag2020-02-03, by Kim Alvefur
-
mod_rest: Map the error@by attribute2020-01-31, by Kim Alvefur
-
mod_rest: Fix missing return2020-01-29, by Kim Alvefur
-
mod_auth_ldap, mod_auth_ldap2: Ensure is_admin() checks of remote JIDs never return positive2020-01-27, by Matthew Wild
-
mod_pastebin: Follow XEP-0068 and use Clark notation in disco#info2020-01-26, by Kim Alvefur
-
mod_rest: Skip attempting parse empty response2020-01-26, by Kim Alvefur
-
mod_rest: Handle internal http request errors early and then return2020-01-25, by Kim Alvefur
-
mod_rest: Special case handling of internal http request errors2020-01-25, by Kim Alvefur
-
mod_rest: Process results even on internal errors with HTTP request2020-01-25, by Kim Alvefur
-
mod_rest: Add some comments to example code2020-01-25, by Kim Alvefur
-
mod_rest: Log connectivity problems via module status API2020-01-25, by Kim Alvefur
-
mod_rest: Attempt to auto-discover data type wanted by callback2020-01-25, by Kim Alvefur
-
mod_rest: Avoid treating special json.null value as any other table2020-01-25, by Kim Alvefur
-
mod_rest: Fix handling of 'node' attribute in disco#info2020-01-25, by Kim Alvefur
-
mod_rest: Ensure iq responses have type result if they're not errors2020-01-25, by Kim Alvefur
-
mod_rest/README: Add a section describing the JSON mapping2020-01-25, by Kim Alvefur
-
mod_rest: Make XHTML-IM mapping more convenient2020-01-24, by Kim Alvefur
-
mod_rest: Improve some comments2020-01-24, by Kim Alvefur
-
mod_rest: Add mapping of XEP-0092: Software Version2020-01-24, by Kim Alvefur
-
mod_rest: Add an examlpe Flask app2020-01-24, by Kim Alvefur
-
mod_rest: Allow returning an array of JID strings as disco#items2020-01-24, by Kim Alvefur
-
mod_rest: Only pass trough valid disco#item item attributes2020-01-24, by Kim Alvefur
-
mod_rest: Fix disco#info identities data mapping2020-01-24, by Kim Alvefur
-
mod_rest: Fix iteration over disco#info features2020-01-24, by Kim Alvefur
-
mod_rest: Fix iteration over disco#info identities2020-01-24, by Kim Alvefur
-
mod_stats39: Advertise namespace as feature (not part of the XEP?)2020-01-19, by Kim Alvefur
-
mod_stats39: Format numbers with a bit more precision2020-01-19, by Kim Alvefur
-
mod_stats39: Add actual example stats2020-01-19, by Kim Alvefur
-
mod_stats39: Add a README2020-01-19, by Kim Alvefur
-
mod_rest: Return a friendly message for parse errors2020-01-15, by Kim Alvefur
-
mod_rest: Encode errors as JSON2020-01-15, by Kim Alvefur
-
Fix bug readding stanzas to outgoing_queue on resume2020-01-09, by tmolitor
-
mod_stats39: Use a more local reference (silence luacheck warning)2020-01-08, by Kim Alvefur
-
mod_stats39: Provides statsmanager stats via XEP-00392020-01-08, by Kim Alvefur
-
mod_http_upload: Recommend against adding to modules_enabled2020-01-08, by Matthew Wild
-
mod_muc_occupant_id: Add TODO about MUC-PMs2020-01-06, by Maxime “pep” Buquet
-
mod_email: Allow sender to override content-type2020-01-05, by Matthew Wild
-
mod_muc_occupant_id: Add <occupant-id/> in presence2020-01-04, by Maxime “pep” Buquet
-
mod_muc_occupant_id: Simplify handling of occupants (all into one function)2020-01-04, by Maxime “pep” Buquet
-
mod_s2s_keepalive: Respect keepalive_servers when creating watchdogs2020-01-04, by Kim Alvefur
-
mod_rest: Enforce single child policy for outgoing it stanzas2020-01-03, by Kim Alvefur
-
mod_muc_occupant_id: Fix luacheck warning. Remove unused value.2020-01-03, by Maxime “pep” Buquet
-
mod_nodeinfo2: Mention mod_lastlog as a dep in the README2020-01-03, by Maxime “pep” Buquet
-
mod_muc_occupant_id: Ensure occupants have a generated id2020-01-02, by Maxime “pep” Buquet
-
mod_rest: And the disco#items mapping2020-01-02, by Kim Alvefur
-
mod_rest: Describe kind and type fields2020-01-02, by Kim Alvefur
-
mod_rest: Document most of JSON mappings2020-01-02, by Kim Alvefur
-
mod_rest: Fix traceback on missing content-type header2020-01-02, by Kim Alvefur
-
mod_rest: Stanzas of type error don't need a reply2020-01-02, by Kim Alvefur
-
mod_rest: Add support for XEP-XXXX: User-defined Data Transfer2020-01-02, by Kim Alvefur
-
mod_rest: Add support for mapping 'node' attr in disco#info2020-01-02, by Kim Alvefur
-
mod_rest: Fix replying to groupchat messages2020-01-01, by Kim Alvefur
-
mod_rest: Add a JSON callback example2020-01-01, by Kim Alvefur
-
mod_rest: Fix previous commit2020-01-01, by Kim Alvefur
-
mod_rest: Guess 'get' as default type for 'iq' stanzas in JSON mapping2020-01-01, by Kim Alvefur
-
mod_rest: Stricter type checks in JSON mapping2020-01-01, by Kim Alvefur
-
mod_rest: Default to replying with same type as request2020-01-01, by Kim Alvefur
-
mod_rest: Short-circuit type selection if accept header2020-01-01, by Kim Alvefur
-
mod_rest: Fix return status when sending and forgetting2020-01-01, by Kim Alvefur
-
mod_rest: Add JSON support2020-01-01, by Kim Alvefur
-
mod_rest: Factor out serialization of outgoing stanzas2020-01-01, by Kim Alvefur
-
mod_rest: Factor out response content type selection2020-01-01, by Kim Alvefur
-
mod_rest: Factor out payload parsing2020-01-01, by Kim Alvefur
-
mod_rest: Apply Python source formatting on example2020-01-01, by Kim Alvefur
-
mod_rest: Add an example Flask thing2020-01-01, by Kim Alvefur
-
mod_rest: Whitelist top level attributes in callback2020-01-01, by Kim Alvefur
-
mod_rest: Ensure identical id attribute for error replies2020-01-01, by Kim Alvefur
-
mod_rest: Validate stanza kind earlier2020-01-01, by Kim Alvefur
-
mod_rest: Use HTTP status 422 for stanza problems2020-01-01, by Kim Alvefur
-
mod_rest: Log sent and received stanzas in style of mod_c2s etc2020-01-01, by Kim Alvefur
-
mod_rest: Add support for simple Bearer token auth2019-12-31, by Kim Alvefur
-
mod_rest: Verify that @xmlns is left empty2019-12-30, by Kim Alvefur
-
mod_rest: Add some text about the payload format2019-12-30, by Kim Alvefur
-
mod_rest: Allow collection of original stanza after sending HTTP request2019-12-30, by Kim Alvefur
-
mod_rest: Handle receipt requests on message stanzas2019-12-30, by Kim Alvefur
-
mod_rest: Map various HTTP status codes to XMPP stanza errors2019-12-30, by Kim Alvefur
-
mod_rest: Catch one (1) reply to a POST-ed stanza from an internal source2019-12-30, by Kim Alvefur
-
mod_rest: Allow specifying a webhook/callback to handle incoming stanzas2019-12-30, by Kim Alvefur
-
mod_rest: Initial commit of another RESTful API module2019-12-30, by Kim Alvefur
-
mod_pubsub_post: Fix use of 'id' field in JSON object as pubsub item id2020-01-01, by Kim Alvefur
-
mod_nodeinfo2: Only expose amount of accounts if nodeinfo2_expose_users isn’t set to false2019-12-30, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Expose XMPP services2019-12-30, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Refresh the number of recent users daily2019-12-30, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Only expose message stats if nodeinfo2_expose_posts isn’t set to false2019-12-30, by Emmanuel Gil Peyrot
-
mod_easy_invite: Change command name to 'generate' (from 'register')2019-12-30, by Matthew Wild
-
mod_easy_invite: Improve docs surrounding configuration options and defaults2019-12-30, by Matthew Wild
-
mod_nodeinfo2: Fix traceback on non-existing data2019-12-29, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Add a README2019-12-29, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Count messages per host2019-12-29, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Remove comments count2019-12-29, by Emmanuel Gil Peyrot
-
mod_measure_message_e2ee: Make this module non-global; users can aggregate data if they care about that2019-12-29, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Store a table instead of an integer (workaround for #905)2019-12-29, by Emmanuel Gil Peyrot
-
mod_invites/README: Fix code block syntax2019-12-27, by Kim Alvefur
-
mod_invite: Update to use local_user ad-hoc permission (thanks Martin)2019-12-27, by Matthew Wild
-
mod_easy_invite: Add prosodyctl command to generate account invites2019-12-27, by Matthew Wild
-
mod_easy_invite: New module that implements XEP-0401/XEP-03792019-12-27, by Matthew Wild
-
mod_invites: New module providing an API to create/manage invite tokens2019-12-27, by Matthew Wild
-
mod_web_push: Remove; 357 should be reused instead of this custom implementation2019-12-24, by Maxime “pep” Buquet
-
mod_turncredentials: Fix reporting of expiry in extdisco:2 protocol2019-12-23, by Kim Alvefur
-
mod_turncredentials: Rename variable for clarity2019-12-23, by Kim Alvefur
-
mod_s2s_keepalive: Isolate source host of pings2019-12-23, by Kim Alvefur
-
mod_s2s_keepalive: Invert check to work with bidi connections2019-12-23, by Kim Alvefur
-
mod_s2s_keepalive: Mark ping response event as handled2019-12-22, by Kim Alvefur
-
mod_s2s_keepalive: Include event payload in re-fired event (fix traceback)2019-12-22, by Kim Alvefur
-
mod_s2s_keepalive: Update README to document timeout behavior2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Update config example (why was the number a string?)2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Fix s2sout watchdog reset2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Use a watchdog to close unresponsive sessions (fixes #1457)2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Ping remotes we only have s2sin established from2019-12-21, by Kim Alvefur
-
mod_auth_imap: send CRLF instead LF, in order to be compliant with RFC35012019-12-19, by andrewhotlab
-
mod_email: Initial prototype module that allows other modules to send email2019-12-13, by Matthew Wild
-
mod_firewall: Fix typo [codespell]2019-12-10, by Kim Alvefur
Scroll all the way down to load more.