Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doap: Remove entry that confused XEP-0277 with XEP-0227 | Kim Alvefur | 2021-09-12 | 1 | -7/+0 |
| | |||||
* | doap: Mention mod_storage_xep0227 | Kim Alvefur | 2021-09-12 | 1 | -1/+1 |
| | |||||
* | doap: Specify version of XEP-0227 used | Kim Alvefur | 2021-09-12 | 1 | -0/+1 |
| | |||||
* | mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity | Kim Alvefur | 2021-09-09 | 1 | -1/+1 |
| | | | | And to follow existing naming practices better than 'legacy_ssl' did. | ||||
* | mod_s2s: Add a Direct TLS listener | Kim Alvefur | 2021-08-10 | 1 | -1/+1 |
| | | | | | | Mirroring the c2s 'direct_tls'. Naming things is hard. direct_tls_s2s_ports = { 5269+1 } | ||||
* | mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 ↵ | Kim Alvefur | 2021-09-06 | 1 | -0/+7 |
| | | | | (thanks mjk) | ||||
* | Fix various spelling errors (thanks codespell) | Kim Alvefur | 2021-07-27 | 1 | -1/+1 |
| | | | | | Also special thanks to timeless, for wordlessly reminding me to check for typos. | ||||
* | mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items' | Kim Alvefur | 2021-06-09 | 1 | -1/+1 |
| | | | | | | Fixes #1643 API change: The argument to archive_itemstore() changes type to integer | ||||
* | doap: Update XEP-0368 entry with mention of direct_tls_ports | Kim Alvefur | 2021-06-20 | 1 | -1/+1 |
| | |||||
* | mod_http_file_share: Support download resumption via Range requests | Kim Alvefur | 2021-05-16 | 1 | -0/+1 |
| | | | | | | | | Only a starting point is supported due to the way response:send_file() sends everything it gets from the provided file handle but does not have any way to specify how much to read. This matches what Conversations appears to be doing. | ||||
* | doap: Add RFC 7673 | Kim Alvefur | 2021-03-02 | 1 | -0/+1 |
| | | | | Supported in the DNS layer, this isn't RFC about how to use it in XMPP. | ||||
* | doap: Fix off by 200 in RFC number | Kim Alvefur | 2021-01-30 | 1 | -1/+1 |
| | |||||
* | mod_tls: Attempt STARTTLS even if not advertised as per RFC 7590 | Kim Alvefur | 2021-01-29 | 1 | -0/+1 |
| | |||||
* | doap: Move comment into <implements> it comments on | Kim Alvefur | 2021-01-29 | 1 | -2/+3 |
| | |||||
* | mod_http_file_share: Add support for external file upload service | Kim Alvefur | 2021-01-26 | 1 | -1/+1 |
| | | | | | PUT /upload/:slot/:filename Authorization: Bearer JWT{ uploader, filename, filesize, filetype, exp } | ||||
* | mod_http_file_share: Let's write another XEP-0363 implementation | Kim Alvefur | 2021-01-26 | 1 | -0/+9 |
| | | | | | | | | | | This variant is meant to improve upon mod_http_upload in some ways: * Handle files much of arbitrary size efficiently * Allow GET and PUT URLs to be different * Remember Content-Type sent by client * Avoid dependency on mod_http_files * Built-in way to delegate storage to another httpd | ||||
* | doc/doap.xml: Fix attribute name | Matthew Wild | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | mod_mam: Advertise extended MAM when archive storage is capable | Kim Alvefur | 2021-01-12 | 1 | -1/+1 |
| | |||||
* | mod_mam: Advertise extended MAM 0.7.x behind a feature flag | Kim Alvefur | 2020-11-30 | 1 | -1/+2 |
| | | | | | | | In order to ease testing until the extended feautres are all implemented. Also TODOs for all the sub-features. | ||||
* | doap: XEP-0004 Multiple Items in Form Results is not supported | Kim Alvefur | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | doap: LibExpat was used from the start and thus XEP-0044 supported | Kim Alvefur | 2020-12-29 | 1 | -0/+2 |
| | |||||
* | doap: util.dataforms first appeared in 0.4.0 | Kim Alvefur | 2020-12-29 | 1 | -0/+1 |
| | |||||
* | doap: Add removed status | Kim Alvefur | 2020-12-29 | 1 | -0/+8 |
| | |||||
* | doap: Specify exact Prosody version | Kim Alvefur | 2020-12-29 | 1 | -62/+62 |
| | | | | Rarely is anything added in minor versions but it's nice to be exact. | ||||
* | doap: Use logo property from schema.org | Kim Alvefur | 2021-01-02 | 1 | -2/+2 |
| | | | | As requested by Link Mauve | ||||
* | doap: Apply XML canonicalization | Kim Alvefur | 2021-01-02 | 1 | -1/+1 |
| | | | | xmllint --c14n doc/doap.xml | xmllint --format - | sponge doc/doap.xml | ||||
* | doap: Link to the actual logo (thanks Link Mauve) | Kim Alvefur | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | doap: Link to logo | Kim Alvefur | 2021-01-01 | 1 | -0/+1 |
| | | | | | | | | Link Mauve added logo to the xmpp doap namespace, waiting for https://github.com/ewilderj/doap/pull/68 to be merged Also, Happy New Year! | ||||
* | doap: Add XEP-0441, the preferences part broken out of XEP-0313 | Kim Alvefur | 2020-12-13 | 1 | -0/+7 |
| | |||||
* | doap: Add XEP-0297, used by XEP-0280, XEP-0313 | Kim Alvefur | 2020-12-13 | 1 | -0/+7 |
| | |||||
* | doap: Add XEP-0277 for use in mod_storage_0227 and tools/xep227toprosody.lua | Kim Alvefur | 2020-12-13 | 1 | -0/+7 |
| | |||||
* | doap: Not all of XEP-0133 commands are implemented | Kim Alvefur | 2020-12-13 | 1 | -0/+1 |
| | |||||
* | doap: XEP-0352 version bump to Draft (no changes) | Kim Alvefur | 2020-12-13 | 1 | -1/+1 |
| | |||||
* | doap: Add XEP-0059, RSM is used indirectly by XEP-0313 | Kim Alvefur | 2020-12-13 | 1 | -0/+8 |
| | |||||
* | doap: Add XEP-0044, Expat should be handling namespaces | Kim Alvefur | 2020-12-13 | 1 | -0/+6 |
| | |||||
* | doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep | Kim Alvefur | 2020-12-08 | 1 | -0/+14 |
| | |||||
* | doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy | Kim Alvefur | 2020-12-08 | 1 | -0/+8 |
| | |||||
* | Update CHANGES and doap.xml for XEP-0421 support | Matthew Wild | 2020-11-24 | 1 | -0/+9 |
| | |||||
* | MUC: Remove XEP-0091: Legacy Delayed Delivery | Kim Alvefur | 2020-10-17 | 1 | -0/+4 |
| | | | | | | | Why do we still include this? Deprecated in 2007, obsoleted in 2009. Removes redundant timestamp that nobody should be looking at since many years and a redundant copy of the room JID. | ||||
* | doap: Add XEP-0307 | Kim Alvefur | 2020-09-16 | 1 | -0/+9 |
| | | | | | Support first added in 2919f3b985fc and later moved into its own module in 3a1c39b31497 | ||||
* | mod_external_services: XEP-0215: External Service Discovery | Kim Alvefur | 2020-07-18 | 1 | -0/+9 |
| | |||||
* | mod_server_contact_info: Add status-addresses field | Kim Alvefur | 2020-05-27 | 1 | -1/+1 |
| | | | | XEP-0157 version 1.1.0 | ||||
* | coding_style: Replace mention of git with hg | Kim Alvefur | 2020-07-08 | 1 | -1/+1 |
| | | | | We use Mercurial, not git! | ||||
* | doap: Expand on XEPs implemented by mod_time | Kim Alvefur | 2020-06-28 | 1 | -0/+5 |
| | |||||
* | doap: Mention XEP-0359 | Kim Alvefur | 2020-06-06 | 1 | -0/+9 |
| | |||||
* | doc/storage: Add archive store map-like API | Kim Alvefur | 2020-05-11 | 1 | -0/+4 |
| | |||||
* | mod_mam: Archive XEP-0353: Jingle Message Initiation | Kim Alvefur | 2020-05-09 | 1 | -1/+1 |
| | |||||
* | mod_carbons: Explicitly carbon XEP-0353: Jingle Message Initiation | Kim Alvefur | 2020-05-09 | 1 | -1/+1 |
| | |||||
* | doap: Add XEP-0353 since mod_csi_simple is aware of it | Kim Alvefur | 2020-05-09 | 1 | -0/+8 |
| | |||||
* | mod_csi_simple: Consider MUC invites important | Kim Alvefur | 2020-04-18 | 1 | -0/+8 |
| | | | | | Both mediated invites defined by XEP-0045: Multi-User Chat and direct invites defined by XEP-0249: Direct MUC Invitations |