Kim Alvefur
e5b994e70c
doap: Make note of mod_mam storing XEP-0184 receipts
5 years ago
Kim Alvefur
168197a05f
plugins: Update for namespace bump in XEP-0353 v0.4.0
4 years ago
Kim Alvefur
b5a932e77f
doap: Let's say XEP-0368 support is complete now
...
We break the SHOULD about the merged _xmpp and _xmpps SRV handling, but
we follow all the MUSTs
4 years ago
Kim Alvefur
8a53094a7d
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
...
For compatibility with clients relying on the notifications
4 years ago
Emmanuel Gil Peyrot
be16e27957
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
4 years ago
Kim Alvefur
40c2fa85d2
mod_invites_register: Import from prosody-modules@797b51043767
4 years ago
Kim Alvefur
4261dc1d80
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
...
More security for less pain than switching to SCRAM-SHA-256
The XEP will likely be change to reference the RFC that will probably
come from draft-ietf-kitten-password-storage once it is ready, and then
we should update to follow that.
4 years ago
Kim Alvefur
7e5d67ab1a
doap: Remove stray ... is that a tab or a space?
4 years ago
Kim Alvefur
b3f009317b
doap: Fill in the mandatory 'status' field everywhere
...
Some of these may be debatable, investigation and patches welcome.
4 years ago
Kim Alvefur
5e86776f0c
mod_smacks: Import from prosody-modules @ eb63890ae8fc
5 years ago
Kim Alvefur
9b980ad640
doap: Bump XEP-0313 version for going Stable
5 years ago
Kim Alvefur
7b3c41cfcc
doap: Make note about missing 'restartlogic' from XEP-0206
5 years ago
Kim Alvefur
2dbc413ae2
doap: Update versions of XEP-0178
...
Context in #1006 and revisions 89c42aff8510 e1d274001855
5 years ago
Kim Alvefur
e7b2f0a880
doap: Update versions of XEPs
...
Makes it easier to find XEPs that have had new revisions since we last
looked at them and the corresponding code.
A review of changelogs between these versions point to mostly editorial
changes or otherwise without warrant for code changes.
5 years ago
Kim Alvefur
3b0c120c5e
doap: Fill in missing XEP versions
...
Makes it easier to find XEPs that have had new revisions since we last
looked at them and the corresponding code.
5 years ago
Kim Alvefur
5a1973b8d4
doap: Update XEP-0280 version, it's now Stable
5 years ago
Kim Alvefur
a9e760fc3b
doap: Remove entry that confused XEP-0277 with XEP-0227
5 years ago
Kim Alvefur
0176fefc08
doap: Mention mod_storage_xep0227
5 years ago
Kim Alvefur
bd0f94c052
doap: Specify version of XEP-0227 used
5 years ago
Kim Alvefur
f24aba7b19
mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity
...
And to follow existing naming practices better than 'legacy_ssl' did.
5 years ago
Kim Alvefur
702d8a9ab4
mod_s2s: Add a Direct TLS listener
...
Mirroring the c2s 'direct_tls'. Naming things is hard.
direct_tls_s2s_ports = { 5269+1 }
5 years ago
Kim Alvefur
8bde7461c1
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
5 years ago
Kim Alvefur
c506269ff5
Fix various spelling errors (thanks codespell)
...
Also special thanks to timeless, for wordlessly reminding me to check
for typos.
5 years ago
Kim Alvefur
c880dee2af
mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'
...
Fixes #1643
API change: The argument to archive_itemstore() changes type to integer
5 years ago
Kim Alvefur
b03eba05c8
doap: Update XEP-0368 entry with mention of direct_tls_ports
5 years ago
Kim Alvefur
f5757cae7f
mod_http_file_share: Support download resumption via Range requests
...
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.
5 years ago
Kim Alvefur
9f53eecfa4
doap: Add RFC 7673
...
Supported in the DNS layer, this isn't RFC about how to use it in XMPP.
5 years ago
Kim Alvefur
ab5456a635
doap: Fix off by 200 in RFC number
5 years ago
Kim Alvefur
eb9e818e43
mod_tls: Attempt STARTTLS even if not advertised as per RFC 7590
5 years ago
Kim Alvefur
9dfdf56ca2
doap: Move comment into <implements> it comments on
5 years ago
Kim Alvefur
c26e8b4898
mod_http_file_share: Add support for external file upload service
...
PUT /upload/:slot/:filename
Authorization: Bearer JWT{ uploader, filename, filesize, filetype, exp }
5 years ago
Kim Alvefur
4be9b33741
mod_http_file_share: Let's write another XEP-0363 implementation
...
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
5 years ago
Matthew Wild
77afc5ac35
doc/doap.xml: Fix attribute name
5 years ago
Kim Alvefur
be492e057b
mod_mam: Advertise extended MAM when archive storage is capable
5 years ago
Kim Alvefur
b96341a58f
mod_mam: Advertise extended MAM 0.7.x behind a feature flag
...
In order to ease testing until the extended feautres are all
implemented.
Also TODOs for all the sub-features.
5 years ago
Kim Alvefur
3715828498
doap: XEP-0004 Multiple Items in Form Results is not supported
5 years ago
Kim Alvefur
100bcdb6b1
doap: LibExpat was used from the start and thus XEP-0044 supported
5 years ago
Kim Alvefur
a044efd8bb
doap: util.dataforms first appeared in 0.4.0
5 years ago
Kim Alvefur
dd430a0a68
doap: Add removed status
5 years ago
Kim Alvefur
ed1ac0e6a3
doap: Specify exact Prosody version
...
Rarely is anything added in minor versions but it's nice to be exact.
5 years ago
Kim Alvefur
123f5cc267
doap: Use logo property from schema.org
...
As requested by Link Mauve
5 years ago
Kim Alvefur
a3b008b908
doap: Apply XML canonicalization
...
xmllint --c14n doc/doap.xml | xmllint --format - | sponge doc/doap.xml
5 years ago
Kim Alvefur
84b221153d
doap: Link to the actual logo (thanks Link Mauve)
5 years ago
Kim Alvefur
cfec5ef94e
doap: Link to logo
...
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!
5 years ago
Kim Alvefur
66bceaf436
doap: Add XEP-0441, the preferences part broken out of XEP-0313
5 years ago
Kim Alvefur
4b00b0652b
doap: Add XEP-0297, used by XEP-0280, XEP-0313
5 years ago
Kim Alvefur
9bab080c8b
doap: Add XEP-0277 for use in mod_storage_0227 and tools/xep227toprosody.lua
5 years ago
Kim Alvefur
16f4fd92fd
doap: Not all of XEP-0133 commands are implemented
5 years ago
Kim Alvefur
ee710c8d44
doap: XEP-0352 version bump to Draft (no changes)
5 years ago
Kim Alvefur
f7230cb808
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
5 years ago