mod_register_apps: Don't duplicate client entries on module reload
|
Matthew Wild |
2020-09-12 |
mod_register_apps: Add missing docs
|
Matthew Wild |
2020-09-11 |
various: Update dependencies
|
Kim Alvefur |
2020-09-11 |
mod_invites_register_web: Remove dependency on mod_easy_invite
|
Matthew Wild |
2020-09-11 |
mod_invites_page: Remove dependency on mod_invites_register_web
|
Matthew Wild |
2020-09-11 |
mod_invites_register: New module to allow IBR with invite tokens
|
Matthew Wild |
2020-09-11 |
various: Dependency metadata needs the mod_ prefix
|
Kim Alvefur |
2020-09-11 |
various: Add some dependency metadata
|
Kim Alvefur |
2020-09-11 |
mod_lastlog2: Fix reporting of IP address (thanks Ge0rG)
|
Kim Alvefur |
2020-09-11 |
mod_lastlog2: Fix 'registered' event (Thanks Ge0rG)
|
Kim Alvefur |
2020-09-11 |
mod_muc_media_metadata: Bootstrap warning box
|
Kim Alvefur |
2020-09-11 |
mod_muc_media_metadata: Add alpha tag and experimental warning
|
Matthew Wild |
2020-09-11 |
mod_invite: Add deprecation note and tag
|
Matthew Wild |
2020-09-11 |
mod_easy_invite: Add deprecation note and tag
|
Matthew Wild |
2020-09-11 |
mod_invites: Update documentation
|
Matthew Wild |
2020-09-11 |
mod_invites: Absorb shell and prosodyctl commands from mod_easy_invite
|
Matthew Wild |
2020-09-11 |
mod_http_libjs: Add compatibility with Prosody 0.11.x
|
Matthew Wild |
2020-09-11 |
mod_invites_page: New module to generate landing page for invites
|
Matthew Wild |
2020-09-11 |
mod_invites_register_web: New module to allow web registration with an invite token
|
Matthew Wild |
2020-09-11 |
mod_invites_adhoc: New module to allow invite creation via ad-hoc commands (XEP-0401)
|
Matthew Wild |
2020-09-11 |
mod_register_apps: Provides a configurable list of XMPP apps
|
Matthew Wild |
2020-09-10 |
mod_easy_invite: Add a touch of dependency info
|
Kim Alvefur |
2020-09-10 |
mod_muc_notifications: adapt to MUC get_name() API changes
|
marc0s |
2020-09-08 |
mod_easy_invite: Remove hard dependency on mod_invites_page and allow configuration of different landing page module
|
Matthew Wild |
2020-09-07 |
mod_http_libjs: New module to serve common CSS/Javascript libraries
|
Matthew Wild |
2020-09-07 |
mod_easy_invite: Rewrite prosodyctl command handler to support new features (from Snikket)
|
Matthew Wild |
2020-09-07 |
mod_easy_invite: Allow account reset invites
|
Matthew Wild |
2020-09-07 |
mod_easy_invite: Allow setting account roles from associated invite (from Snikket)
|
Matthew Wild |
2020-09-07 |
mod_easy_invite: Add code comment (from Snikket)
|
Matthew Wild |
2020-09-07 |
mod_easy_invite: Minor refactoring to begin merging additional changes from Snikket
|
Matthew Wild |
2020-09-07 |
mod_invites: Fix potential traceback when invalid token used (from Snikket)
|
Matthew Wild |
2020-09-07 |
mod_invites: Whitespace (from Snikket)
|
Matthew Wild |
2020-09-07 |
mod_invites: Include invite type and uri in validated invites (from Snikket)
|
Matthew Wild |
2020-09-07 |
mod_invites: Add API to create account reset invites (from Snikket)
|
Matthew Wild |
2020-09-07 |
mod_invites: Allow inclusion of 'additional data' in invites (from Snikket)
|
Matthew Wild |
2020-09-07 |
mod_http_upload: Log warning when loaded on user host
|
Matthew Wild |
2020-08-25 |
mod_external_service: Include for users of older versions of Prosody
|
Kim Alvefur |
2020-08-22 |
mod_muc_rai: Ignore presence to host that doesn't contain the <rai/> element
|
Matthew Wild |
2020-08-19 |
mod_http_muc_log: Add a dark theme when the user asked for that.
|
Emmanuel Gil Peyrot |
2020-08-18 |
mod_firewall: Fix example in README to use |host (thanks DebXWoody)
|
Matthew Wild |
2020-08-05 |
mod_muc_markers: Add room JID to log message
|
Matthew Wild |
2020-08-05 |
mod_http_upload/README: Fix typo (thanks bjoernb)
|
Kim Alvefur |
2020-07-26 |
mod_rest/README: Remove last trace of older credential option
|
Kim Alvefur |
2020-07-20 |
mod_rest/README: Mention OAuth
|
Kim Alvefur |
2020-07-20 |
mod_rest/README: Describe use on VirtualHosts
|
Kim Alvefur |
2020-07-20 |
mod_rest: Add support for form-encoded output
|
Kim Alvefur |
2020-07-20 |
mod_muc_markers: replace configurable multi-marker tracking with better system
|
Matthew Wild |
2020-07-07 |
mod_watch_spam_reports: Move stage from alpha to beta
|
Martin Dosch |
2020-07-07 |
mod_watch_spam_reports: Add compatibility section
|
Martin Dosch |
2020-07-07 |
mod_watch_spam_reports: Document dependency on mod_spam_reporting
|
Martin Dosch |
2020-07-07 |
mod_watch_spam_reports: Define variable prior to using it
|
Martin Dosch |
2020-07-03 |
mod_muc_rai: Add debug logging
|
Matthew Wild |
2020-07-02 |
mod_muc_rai: Fix to correctly extract the archive id
|
Matthew Wild |
2020-07-02 |
mod_muc_rai: Don't store/modify existing table to track rooms
|
Matthew Wild |
2020-07-02 |
mod_muc_rai: Fix to use bare JID where a bare JID is needed
|
Matthew Wild |
2020-07-02 |
mod_muc_markers: Expose is_markable utility function to other modules
|
Matthew Wild |
2020-07-02 |
mod_turncredentials/README: Link to eturnal (thanks Holger)
|
Kim Alvefur |
2020-06-30 |
mod_watch_spam_reports: Fix another whitespace typo
|
Martin Dosch |
2020-06-24 |
mod_watch_spam_reports: Fix ugly whitespace typo
|
Martin Dosch |
2020-06-24 |
mod_watch_spam_reports: Create report message outside of the admin notification loop
|
Martin Dosch |
2020-06-24 |
mod_watch_spam_reports: Show reporters bare JID instead of full JID
|
Martin Dosch |
2020-06-24 |
mod_adhoc_dataforms_demo: Treat 'execute' action as 'next' except in first step
|
Kim Alvefur |
2020-06-23 |
mod_adhoc_dataforms_demo: Fix duplicate field prevention
|
Kim Alvefur |
2020-06-23 |
mod_csi_battery_saver: Ignore CSI actions before resource bind
|
tmolitor |
2020-06-22 |
mod_conversejs: Disable automatic BOSH/WS endpoint discovery
|
Kim Alvefur |
2020-06-18 |
mod_watch_spam_reports: Module to notify admins about incoming XEP-0377 spam reports
|
Martin Dosch |
2020-06-16 |
mod_adhoc_dataforms_demo: Ensure mod_adhoc is loaded
|
Kim Alvefur |
2020-06-11 |
Merge
|
Matthew Wild |
2020-06-10 |
mod_vcard_muc: Fix #1414 issue with nil room being queried when a stanza with a nonexisting MUC localpart was sent
|
Michel Le Bihan |
2020-06-08 |
mod_pubsub_text_interface: Reflect XEP-0334 hints
|
Kim Alvefur |
2020-06-10 |
mod_pubsub_text_interface: Hint at possible commands using XEP-0439: Quick Response
|
Kim Alvefur |
2020-06-10 |
mod_measure_memory: Report that stats are in units of bytes
|
Kim Alvefur |
2020-06-10 |
mod_measure_cpu: Specify units of total CPU time as seconds
|
Kim Alvefur |
2020-06-06 |
mod_http_pep_avatar: Serve multiple avatars with a user/hash syntax
|
Kim Alvefur |
2020-06-02 |
mod_rest: Add support for CBOR
|
Kim Alvefur |
2020-05-29 |
mod_rest: Respond to unknown payload types with HTTP status 415
|
Kim Alvefur |
2020-05-29 |
mod_rest: Map xml:lang to/from JSON
|
Kim Alvefur |
2020-05-29 |
mod_http_muc_log: Add link to room list from logs page
|
Kim Alvefur |
2020-05-26 |
mod_muc_markers: Allow tracking multiple markers
|
Matthew Wild |
2020-05-21 |
mod_muc_markers: luacheck annotation
|
Matthew Wild |
2020-05-21 |
mod_adhoc_groups: Fix check for error on group creation
|
Kim Alvefur |
2020-05-20 |
mod_adhoc_groups: Fix responding with "You are already in this group." (was never sent before)
|
Karol Topolski |
2020-05-20 |
mod_measure_message_e2ee/README: Fix typo
|
Kim Alvefur |
2020-05-20 |
mod_measure_message_e2ee: Add a warning for small servers leaking user behaviour.
|
Emmanuel Gil Peyrot |
2020-05-20 |
mod_muc_block_pm: Don't respond to error stanzas
|
JC Brand |
2020-05-20 |
mod_muc_markers: Broadcast current markers on join
|
Kim Alvefur |
2020-05-05 |
mod_muc_markers: Prevent storage instead of broadcast
|
Kim Alvefur |
2020-05-05 |
mod_muc_markers: Allow configuration of which marker to track, default to displayed
|
Matthew Wild |
2020-05-19 |
mod_easy_invite: backport: ensure session exists before accessing it
|
Maxime “pep” Buquet |
2020-05-17 |
mod_easy_invite: Add commands to telnet console
|
Kim Alvefur |
2020-05-16 |
mod_rest/jsonmap: Derive stanza @type from certain payloads
|
Kim Alvefur |
2020-05-16 |
mod_extdisco, mod_turncredentials: Note incompatibility in readmes.
|
tastytea |
2020-05-14 |
mod_muc_local_only: New module to restrict a list of MUCs to local users
|
Matthew Wild |
2020-05-13 |
mod_cache_c2s_caps: also log full JID for caps
|
Georg Lukas |
2020-05-12 |
mod_firewall: Ensure file lists are always initialized empty
|
Matthew Wild |
2020-05-12 |
mod_firewall: Add option to ignore missing list files
|
Matthew Wild |
2020-05-11 |
mod_firewall/test: Print replies to stderr instead of crashing
|
Kim Alvefur |
2020-05-10 |
mod_csi_muc_priorities: Report reason for importance decision
|
Kim Alvefur |
2020-05-09 |
mod_csi_grace_period: Report reason for importance decision
|
Kim Alvefur |
2020-05-09 |
mod_lastlog2: Store last timestamp per account event
|
Kim Alvefur |
2020-03-29 |
mod_register_dnsbl_firewall_mark: introduce optional registration_rbl_message with mod_welcome inspired syntax
|
Georg Lukas |
2020-05-06 |
mod_muc_occupant_id: Don't store occupant-ids.
|
Maxime “pep” Buquet |
2020-05-05 |
mod_smacks: don't send error replys for error stanzas on session timeout
|
tmolitor |
2020-05-01 |
Merge
|
JC Brand |
2020-05-01 |
mod_muc_batched_probe: Call instance method
|
JC Brand |
2020-05-01 |
mod_csi_simple_compat: Module for Prosody 0.11 that adds a setting available from Prosody 0.12
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: HTML comments aren't a thing apparently
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: Hide reTURNManager until it's confirmed to support the rest API
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: Link to some stun/turn implementations (thanks Holger)
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: Markdown syntax normalization
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: Link to credential spec
|
Kim Alvefur |
2020-04-30 |
mod_muc_batched_probe: New module
|
JC Brand |
2020-04-29 |
muc_defaults: Fix setting name
|
JC Brand |
2020-04-29 |
mod_muc_rai: Ignore attempts to re-subscribe from the same full JID
|
Matthew Wild |
2020-04-28 |
mod_muc_rai: Use correct stanza kind (message) for initial notification
|
Matthew Wild |
2020-04-28 |
mod_cloud_notify: Forbid user from registering their own JID as their push server
|
Emmanuel Gil Peyrot |
2020-04-27 |
mod_muc_ban_ip: log fallback to module
|
Georg Lukas |
2019-08-15 |
mod_firewall: do not log indifferent result
|
Georg Lukas |
2020-04-27 |
mod_register_dnsbl_*: fix DS legacy ipv4 addresses, thx Zash
|
Georg Lukas |
2020-04-27 |
mod_csi_muc_priorities: Fix bad argument to 'ipairs' on a missing list
|
Kim Alvefur |
2020-04-23 |
mod_s2s_auth_dane: Fix markdown link syntax
|
Kim Alvefur |
2020-04-23 |
mod_s2s_auth_dane: It broke :(
|
Kim Alvefur |
2020-04-23 |
mod_auth_custom_http: Unlock globals while loading socket.http
|
Matthew Wild |
2020-04-23 |
mod_csi_muc_priorities: Adjust indentation
|
Kim Alvefur |
2020-04-22 |
mod_storage_xmlarchive: Update compat table
|
Kim Alvefur |
2020-04-21 |
mod_smacks: remove now unused code
|
tmolitor |
2020-04-21 |
mod_smacks: fix typo in last commit
|
tmolitor |
2020-04-20 |
mod_smacks: better logging for georg
|
tmolitor |
2020-04-20 |
mod_smacks: Fix mam handling
|
tmolitor |
2020-04-20 |
mod_firewall: Remove trailing whitespace
|
Kim Alvefur |
2020-04-19 |
mod_firewall: Use util.envload instead of deprecated loadstring (thanks Martin)
|
Kim Alvefur |
2020-04-19 |
mod_csi_battery_saver: Add Jingle incoming call messages to important, thanks to Wiktor Kwapisiewicz <wiktor@metacode.biz>
|
tmolitor |
2020-04-19 |
mod_cloud_notify: make stanza queue processing faster
|
tmolitor |
2020-04-19 |
Merge
|
Kim Alvefur |
2020-04-18 |
mod_turncredentials: Add 'transport' attribute
|
Wiktor Kwapisiewicz |
2020-04-16 |
Merge
|
JC Brand |
2020-04-17 |
muc_defaults: Add support for the presence_broadcast setting
|
JC Brand |
2020-04-17 |
mod_muc_rai: New module to implement Room Activity Indicators
|
Matthew Wild |
2020-04-15 |
mod_firewall: Fix use of unpack() on Lua 5.3
|
Kim Alvefur |
2020-04-13 |
mod_muc_markers: New module for server-side receipt tracking in MUCs
|
Matthew Wild |
2020-04-13 |
mod_rest: Improve auth error reporting
|
Kim Alvefur |
2020-04-12 |
mod_nooffline_noerror: Fix for missing log
|
tmolitor |
2020-04-07 |
mod_measure_muc: Collect statistics on Grout Chat
|
kaliko |
2020-04-07 |
Merge commit
|
tmolitor |
2020-04-05 |
mod_smacks: Update documentation and slightly adjust default values
|
tmolitor |
2020-04-05 |
mod_nooffline_noerror: fix error in logging
|
tmolitor |
2020-03-21 |
mod_muc_limits: Add config option to limit to join stanzas only
|
Matthew Wild |
2020-04-03 |
mod_muc_limits: Add [luacheck] annotation to silence unused loop variable warning
|
Matthew Wild |
2020-04-03 |
mod_http_upload/README: User/host arguments to command not optional (thanks kaliko)
|
Kim Alvefur |
2020-03-30 |
mod_http_upload: Show help message if not at least one host/user is given
|
Kim Alvefur |
2020-03-30 |
mod_http_upload: Add some kind of help message to prosodyctl command
|
Kim Alvefur |
2020-03-30 |
mod_http_upload/README: Add example disco_items use
|
Kim Alvefur |
2020-03-30 |
mod_http_upload_external: Discourage loading via modules_enabled
|
Kim Alvefur |
2020-03-30 |
mod_conversejs/README: Add an example of the URL to open
|
Kim Alvefur |
2020-03-30 |
mod_muc_archive: Add fork of mod_muc_log that uses newer storage API
|
JC Brand |
2020-03-27 |
mod_stanzas: tighten up stanza check and add explanatory text
|
JC Brand |
2020-03-27 |
mod_smacks: also count outgoing MAM messages
|
JC Brand |
2020-03-26 |
mod_auth_ldap: Fix broken link to LuaLDAP
|
Kim Alvefur |
2020-03-25 |
mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions
|
Kim Alvefur |
2020-03-23 |
mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin)
|
Kim Alvefur |
2020-03-21 |
mod_measure_registration: new module
|
Maxime “pep” Buquet |
2020-03-21 |
mod_muc_hats_*/README: Linkify XEP references
|
Kim Alvefur |
2020-03-19 |
mod_muc_hats_adhoc/README: Change summary to mention ad-hoc commands
|
Kim Alvefur |
2020-03-19 |
mod_muc_hats_adhoc: Ad-hoc commands for adding/removing MUC hats
|
Matthew Wild |
2020-03-19 |
mod_muc_hats_api: New API-only module for managing user hats in MUCs
|
Matthew Wild |
2020-03-19 |
mod_rest/README: Fix adhoc example
|
Kim Alvefur |
2020-03-15 |
mod_muc_occupant_id: Handle MUC-PMs
|
Maxime “pep” Buquet |
2020-03-15 |
mod_cloud_notify: fix link and table layout in readme
|
tmolitor |
2020-03-11 |
mod_cloud_notify: Cleanup code and drop support for prosody 0.9
|
tmolitor |
2020-03-11 |
mod_smacks: fix logging issue in mam eventhandler
|
tmolitor |
2020-03-10 |
mod_log_auth: log hostname, too
|
tmolitor |
2020-03-10 |
mod_cloud_notify: Fix bug in prosody 0.9
|
tmolitor |
2020-03-08 |
Merge commit
|
tmolitor |
2020-03-08 |
mod_smacks_offline: add readme
|
tmolitor |
2020-03-08 |
mod_smacks_noerror: This module is superseded by mod_smacks and mod_nooffline_noerror
|
tmolitor |
2020-03-08 |
mod_smacks_offline: this module is obsoleted by latest mod_smacks update
|
tmolitor |
2020-03-08 |
mod_smacks: handle mam-enabled session internally
|
tmolitor |
2020-03-08 |
mod_http_oauth2: Set content type on successful repsponses (fixes #1501)
|
Kim Alvefur |
2020-03-08 |
mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
|
Kim Alvefur |
2020-03-08 |
mod_rest: Fix encoding of simple dataforms
|
Kim Alvefur |
2020-03-07 |
mod_rest: Add an XML error formatter (fixes #1499)
|
Kim Alvefur |
2020-03-07 |
mod_rest: Break out POST errors into a registry
|
Kim Alvefur |
2020-03-07 |
mod_rest: Separate lists of mediatypes for input, output and errors
|
Kim Alvefur |
2020-03-07 |
mod_nooffline_noerror: New module that disables errors for disabled offline storage
|
tmolitor |
2020-03-02 |
mod_http_index: Increase distance between navigation items
|
Kim Alvefur |
2020-02-29 |
mod_rest: Fix routing to self-jid (thanks jonas’)
|
Kim Alvefur |
2020-02-29 |
mod_rest: Advertise "support" for text/plain
|
Kim Alvefur |
2020-02-28 |
mod_rest: Spred array over multiple lines for nicer future diffs
|
Kim Alvefur |
2020-02-28 |
mod_rest: Add JSON mapping of XEP-0039: Statistics Gathering
|
Kim Alvefur |
2020-02-28 |
mod_rest: Move dataforms into structure for more logical code order
|
Kim Alvefur |
2020-02-28 |
mod_reminders: add id to sent reminder
|
marc0s |
2020-02-28 |
mod_http_oauth2: Use component_secret setting as password on Components
|
Kim Alvefur |
2020-02-27 |
mod_http_oauth2: Allow creation of full JID tokens
|
Kim Alvefur |
2020-02-27 |
mod_http_oauth2: Refactor re-joining of JID out of token constructor
|
Kim Alvefur |
2020-02-27 |
mod_reminders: Initial commit for supporting Reminders ProtoXEP
|
marc0s |
2020-02-26 |
mod_muc_occupant_id: Ensure id is added to self-presences, nick changes, etc.
|
Maxime “pep” Buquet |
2020-02-26 |
mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
|
Matthew Wild |
2020-02-26 |
mod_adhoc_dataforms_demo: Add the now required permission mode (#1482)
|
Kim Alvefur |
2020-02-26 |
mod_muc_occupant_id: add TODOs
|
Maxime “pep” Buquet |
2020-02-26 |
mod_rest: Fix another missing switch from array to map in json mapping
|
Kim Alvefur |
2020-02-26 |
mod_rest: Support urlencoded form data (does a subset of JSON mapping)
|
Kim Alvefur |
2020-02-26 |
mod_rest: Add support for token authentication
|
Matthew Wild |
2020-02-26 |
mod_rest: Handle uncaught native errors correctly
|
Matthew Wild |
2020-02-26 |
mod_http_oauth2: Implement real tokens using mod_authtokens
|
Matthew Wild |
2020-02-26 |
mod_rest: Update with namespace and name of XEP-0432
|
Kim Alvefur |
2020-02-25 |
mod_rest: Fix traceback in mapping of adhoc with forms
|
Kim Alvefur |
2020-02-25 |
mod_sasl2: Experimental implementation of XEP-0388
|
Kim Alvefur |
2019-09-27 |
mod_muc_occupant_id: id is an attribute not a text node
|
Maxime “pep” Buquet |
2020-02-25 |
mod_http_oauth2: OAuth2 API (work in progress for developers only)
|
Matthew Wild |
2020-02-23 |
mod_muc_moderation: Broadcast retraction via method that saves it
|
Kim Alvefur |
2020-02-22 |
mod_muc_moderation: Remove debug message
|
Kim Alvefur |
2020-02-22 |
mod_muc_moderation: Add a copyright header
|
Kim Alvefur |
2020-02-22 |
mod_storage_xmlarchive: Bump copyright
|
Kim Alvefur |
2020-02-22 |
mod_storage_xmlarchive: Add a new API similar to map-stores
|
Kim Alvefur |
2020-02-22 |
mod_muc_moderation: Initial commit of XEP-0425: Message Moderation
|
Kim Alvefur |
2020-02-22 |
mod_rest: Restructure JSON / Stanza mapping definitions
|
Kim Alvefur |
2020-02-22 |
mod_rest: Rename loop variable for improved clarity
|
Kim Alvefur |
2020-02-22 |
mod_rest: Rename table of mappings
|
Kim Alvefur |
2020-02-22 |
mod_http_muc_log: Expose JID localpart to the template
|
Emmanuel Gil Peyrot |
2020-02-17 |
mod_http_muc_log: Reduce hashtable lookups
|
Emmanuel Gil Peyrot |
2020-02-17 |
mod_list_inactive: report last action timestamp
|
Georg Lukas |
2020-02-17 |
mod_rest/README: Describe Ad-Hoc command mapping
|
Kim Alvefur |
2020-02-08 |
mod_rest: Support mapping XEP-0004 Data Forms directly
|
Kim Alvefur |
2020-02-08 |
mod_rest: Allow passing form data in a more compact format
|
Kim Alvefur |
2020-02-07 |
mod_rest: Remove no longer needed logging
|
Kim Alvefur |
2020-02-07 |
mod_rest: Ignore already handled top-level stanza attr fields
|
Kim Alvefur |
2020-02-07 |
mod_rest: Return an error for unknown fields in JSON input
|
Kim Alvefur |
2020-02-07 |
mod_auth_external->mod_auth_external_insecure: Unmaintained and almost certainly insecure, discourage its use
|
Matthew Wild |
2020-02-06 |
mod_muc_cloud_notify: Revert last commit
|
tmolitor |
2020-02-05 |
mod_reload_modules: Ignore removed hosts...
|
tmolitor |
2020-02-05 |
mod_rest: Add final pieces of XEP-0050 (actions, note, form)
|
Kim Alvefur |
2020-02-04 |
mod_rest: Add JSON to XML mapping of dataforms
|
Kim Alvefur |
2020-02-04 |
mod_rest: Fix traceback
|
Kim Alvefur |
2020-02-04 |
mod_rest: Add JSON mapping for dataform (XEP-0004)
|
Kim Alvefur |
2020-02-04 |
mod_rest: Add basic support for XEP-0050: Ad-Hoc commands (no forms)
|
Kim Alvefur |
2020-02-04 |
mod_rest: Add support for HTTP Basic username and password authentication
|
Kim Alvefur |
2020-02-01 |
mod_rest: Support passing 'node' attr in disco#items queries
|
Kim Alvefur |
2020-02-04 |
mod_rest: Remove debug hack to ignore Accept header
|
Kim Alvefur |
2020-02-04 |
mod_rest: Back out 513a8a7fab41
|
Kim Alvefur |
2020-02-04 |
mod_rest: Hide JSON error behind a flag
|
Kim Alvefur |
2020-02-03 |