aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* mod_http_file_share: Add support for external file upload serviceKim Alvefur2021-01-261-1/+1
| | | | | PUT /upload/:slot/:filename Authorization: Bearer JWT{ uploader, filename, filesize, filetype, exp }
* mod_http_file_share: Let's write another XEP-0363 implementationKim Alvefur2021-01-261-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 nameMatthew Wild2021-01-151-1/+1
|
* mod_mam: Advertise extended MAM when archive storage is capableKim Alvefur2021-01-121-1/+1
|
* mod_mam: Advertise extended MAM 0.7.x behind a feature flagKim Alvefur2020-11-301-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 supportedKim Alvefur2020-12-291-1/+1
|
* doap: LibExpat was used from the start and thus XEP-0044 supportedKim Alvefur2020-12-291-0/+2
|
* doap: util.dataforms first appeared in 0.4.0Kim Alvefur2020-12-291-0/+1
|
* doap: Add removed statusKim Alvefur2020-12-291-0/+8
|
* doap: Specify exact Prosody versionKim Alvefur2020-12-291-62/+62
| | | | Rarely is anything added in minor versions but it's nice to be exact.
* doap: Use logo property from schema.orgKim Alvefur2021-01-021-2/+2
| | | | As requested by Link Mauve
* doap: Apply XML canonicalizationKim Alvefur2021-01-021-1/+1
| | | | xmllint --c14n doc/doap.xml | xmllint --format - | sponge doc/doap.xml
* doap: Link to the actual logo (thanks Link Mauve)Kim Alvefur2021-01-011-1/+1
|
* doap: Link to logoKim Alvefur2021-01-011-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-0313Kim Alvefur2020-12-131-0/+7
|
* doap: Add XEP-0297, used by XEP-0280, XEP-0313Kim Alvefur2020-12-131-0/+7
|
* doap: Add XEP-0277 for use in mod_storage_0227 and tools/xep227toprosody.luaKim Alvefur2020-12-131-0/+7
|
* doap: Not all of XEP-0133 commands are implementedKim Alvefur2020-12-131-0/+1
|
* doap: XEP-0352 version bump to Draft (no changes)Kim Alvefur2020-12-131-1/+1
|
* doap: Add XEP-0059, RSM is used indirectly by XEP-0313Kim Alvefur2020-12-131-0/+8
|
* doap: Add XEP-0044, Expat should be handling namespacesKim Alvefur2020-12-131-0/+6
|
* doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pepKim Alvefur2020-12-081-0/+14
|
* doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacyKim Alvefur2020-12-081-0/+8
|
* Update CHANGES and doap.xml for XEP-0421 supportMatthew Wild2020-11-241-0/+9
|
* MUC: Remove XEP-0091: Legacy Delayed DeliveryKim Alvefur2020-10-171-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-0307Kim Alvefur2020-09-161-0/+9
| | | | | Support first added in 2919f3b985fc and later moved into its own module in 3a1c39b31497
* mod_external_services: XEP-0215: External Service DiscoveryKim Alvefur2020-07-181-0/+9
|
* mod_server_contact_info: Add status-addresses fieldKim Alvefur2020-05-271-1/+1
| | | | XEP-0157 version 1.1.0
* coding_style: Replace mention of git with hgKim Alvefur2020-07-081-1/+1
| | | | We use Mercurial, not git!
* doap: Expand on XEPs implemented by mod_timeKim Alvefur2020-06-281-0/+5
|
* doap: Mention XEP-0359Kim Alvefur2020-06-061-0/+9
|
* doc/storage: Add archive store map-like APIKim Alvefur2020-05-111-0/+4
|
* mod_mam: Archive XEP-0353: Jingle Message InitiationKim Alvefur2020-05-091-1/+1
|
* mod_carbons: Explicitly carbon XEP-0353: Jingle Message InitiationKim Alvefur2020-05-091-1/+1
|
* doap: Add XEP-0353 since mod_csi_simple is aware of itKim Alvefur2020-05-091-0/+8
|
* mod_csi_simple: Consider MUC invites importantKim Alvefur2020-04-181-0/+8
| | | | | Both mediated invites defined by XEP-0045: Multi-User Chat and direct invites defined by XEP-0249: Direct MUC Invitations
* doap: Add UTR-39 (mod_mimicking)Kim Alvefur2020-03-291-0/+1
| | | | | | | Supported in ICU, with a binding in util.encodings. mod_mimicking uses this to prevent similarity looking JIDs from being registered. Planned to be used in MUC as well.
* doap: Add XEP-0317: HatsKim Alvefur2020-03-191-0/+9
| | | | See 76bb806cdd4b
* doap: More PEP payloadsKim Alvefur2019-12-161-0/+2
|
* mod_net_multiplex: Add support for using ALPNKim Alvefur2019-11-291-0/+1
| | | | | | | Potentially a bit more efficient since it can jump to the selected protocol on connect instead of waiting for some data to look at. Adds a 'protocol' field to net providers for this purpose.
* doap: Sort XEPs by numberKim Alvefur2019-11-151-8/+8
|
* doap: Add version of XEP-0012Kim Alvefur2019-11-031-0/+1
|
* doap: Reorder tags for consistencyKim Alvefur2019-11-031-1/+1
| | | | It's nice when `grep version.1 -B1` shows XEPs with 1.x versions
* doap: Sort <implements> by XEP numberKim Alvefur2019-10-201-7/+7
|
* doap: mod_csi_simple tries to follow XEP-0286: Mobile Considerations, not ↵Kim Alvefur2019-10-201-1/+1
| | | | XEP-0268
* doap: Trim a trailing '.' from a version/branch name for consistencyKim Alvefur2019-10-201-1/+1
|
* doap: Copy longer description from READMEKim Alvefur2019-10-201-1/+1
|
* doc/doap: Claim support for XEP-0368 by way of legacy_ssl_portsKim Alvefur2019-10-151-0/+9
| | | | | | > Server support of XEP-0368 means having the ability to accept direct TLS connections. This is what legacy_ssl_ports does. First trace of it seems to be 8458be0941e7
* doc/doap: Claim support for XEP-0268 via mod_csi_simpleKim Alvefur2019-10-151-0/+7
| | | | | | | | | | mod_csi_simple tries to follow the advice in XEP-0268. Notably, since 7d78b24d8449 it also does this: > If the server receives data, the phones radio is already on, therefore > you should flush any pending data as soon as possible after receiving > data from a client
* doap: Add XEP-0380 since mod_csi_simple takes that into considerationKim Alvefur2019-10-111-0/+8
|