Commit Graph

5356 Commits

Author SHA1 Message Date
Jonas Schäfer c376b612bc Accept inbox/quick-response.xml as XEP-0439 2020-05-05 19:04:03 +02:00
Jonas Schäfer f8617a3fab Merge branch 'feature/protoxep-quick-responses-fix' 2020-05-05 19:03:52 +02:00
Jonas Schäfer 8cbd281726 Accept inbox/password-storage.xml as XEP-0438 2020-05-05 19:03:17 +02:00
Jonas Schäfer 9702a42757 Accept inbox/room-activity-indicators.xml as XEP-0437 2020-05-05 19:03:17 +02:00
Jonas Schäfer 9e2a5b75e1 Accept inbox/muc-presence-versioning.xml as XEP-0436 2020-05-05 19:03:17 +02:00
Jonas Schäfer 8dc050b777 XEP-0357: Move back to Experimental after Council rejected advancement
Date of vote: 2020-04-15
2020-05-05 19:03:17 +02:00
Jonas Schäfer 4e7c83b183 XEP-0004: add revision block
Using a minor version bump (instead of patch level) here because
this had to go through Council.
2020-05-05 18:52:58 +02:00
Tim Henkes ccc7749f1e Removed some outdated information 2020-05-03 12:43:57 +02:00
Sam Whited 5871d4d4d7 Add Channel Binding Pseudomechanisms protoxep 2020-05-01 18:53:01 -04:00
Florian Schmaus b35f5e9268 caps: fix complex generation example by adding missing form field type
The default form field type is text-single, but the hyptothetical
field ip_version has multiple values and hence can not be of type
text-single.
2020-04-30 22:19:56 +02:00
Jonas Schäfer b2e20eeefd Merge branch 'feature/refs-root-node-fix' 2020-04-28 19:38:08 +02:00
Jonas Schäfer aa7ed19cfb Merge branch 'feature/xep-0390' 2020-04-28 19:33:45 +02:00
Jonas Schäfer 445e6c1e57 XEP-0390: add revision block 2020-04-28 19:33:33 +02:00
Jonas Schäfer 635cf93358 Merge branch 'feature/xep-0389' 2020-04-28 19:32:30 +02:00
Sam Whited 7810ab08be XEP-0389: add OOB challenge type.
Also add a revision block and fix a few minor typos.
2020-04-22 17:41:28 -04:00
Sam Whited 1f904b69be XEP-0389: add an IQ query for flows 2020-04-22 11:28:11 -04:00
Sam Whited 12396476b8 XEP-0389: change how the challenge list works 2020-04-22 11:27:58 -04:00
Sam Whited 0707b4e3d0 XEP-0389: add a glossary 2020-04-22 10:55:00 -04:00
Sam Whited a6a2942129 XEP-0389: better describe the type attribute 2020-04-22 10:43:13 -04:00
Sam Whited dd9383527b XEP-0389: fix tabbing and normalize quotes 2020-04-22 10:13:56 -04:00
Sam Whited dc89a31211 XEP-0389: fix various typos and misspellings 2020-04-22 10:13:29 -04:00
Sam Whited 7c97fb37bc Move ref target attribute to root node 2020-04-22 08:50:16 -04:00
Florian Schmaus ab22062345 ecaps2: mention xml:lang inheritance from <stream>
The remark already talks about the outer elements as potential source
of xml:lang, but it does not explicitly mention the root <stream> open
element as further source. Better to spell this out explicitly to hint
implementors towards it.
2020-04-22 12:50:54 +02:00
Daniel Gultsch d91479d484 XEP-0167: add version block for rtcp-mux change 2020-04-22 09:43:41 +02:00
Sam Whited 4850b2f5a7 XEP-0389: expand Registrar Considerations
This cleans up existing registrations, tweaks how the new registry works
to better match existing registries, and also adds registrations for the
namespaces registry and feature discovery registries.
2020-04-21 12:50:11 -04:00
Maxime “pep” Buquet e0694f28bd Merge new/reworked protoXEP "Quick Response" 2020-04-21 00:11:45 +02:00
Tim Henkes 44165c1869 un-rm inbox/buttons.xml 2020-04-21 00:07:45 +02:00
Tim Henkes 489f22209c quite a bit of feedback incorporated 2020-04-20 23:51:09 +02:00
Maxime “pep” Buquet 39ae70c8b1 Merge new protoXEP "Best practices for password hashing and storage" 2020-04-20 23:50:19 +02:00
Maxime “pep” Buquet 3b177b1df1 Merge changes for XEP-0389 2020-04-20 23:46:07 +02:00
Matthew Wild 928513d81d XEP-0333: Clarify security note further 2020-04-20 23:45:34 +02:00
Matthew Wild 0915bd786b XEP-0333: Amend XEP-0359 security note per feedback from Florian 2020-04-20 23:45:31 +02:00
Matthew Wild 07342d5fba XEP-0333: Add notes about usage within MUCs 2020-04-20 23:45:28 +02:00
Florian Schmaus ce8cbe6f76 data forms: clarify that the submitting entity may omit optional fields
It is not really spelled out that the submitting entity may omit
fields not mark as required by the processing entity. Even though the
existence of the <required/> flag on form fields is a strong hint
towards this, it is worth to explicitly state that.
2020-04-20 22:37:37 +02:00
Daniel Gultsch 1b89aa4e00 XEP-0167: add rtcp-mux element 2020-04-20 21:28:25 +02:00
Sam Whited 0f6f0ad9eb XEP-0389: major updates to add more flexibility
Zash reached out to me to ask if extensible IBR could be made compatible
with XEP-0401: Easy User Onboarding. While working on a solution to this
I decided it would also be nice if it could also allow the user to pick
between several flows (eg. "Verify by Phone" vs  "Verify by SMS").
After working this up I came to realize that the current version of the
spec could not be used to replace XEP-0077 as it is used by XEP-0045 and
other XEPs because I wasn't using routeable stanzas that could be sent
to components and had no way to discover support other than during
stream feature negotation.

This patch set turned into an overhaul of the proposal to fix all these
problems and move the spec back out of experimental.
2020-04-20 14:30:55 -04:00
Tim Henkes c09bf67b91 new/reworked protoXEP Quick Response 2020-04-20 19:25:44 +02:00
Sam Whited 26e65e1012 Proto XEP: "Best practices for password hashing…" 2020-04-20 08:17:10 -04:00
Sam Whited 71ea00d59b Ensure OUTDIR exists before make preview 2020-04-19 15:36:36 -04:00
Jonas Schäfer 357497d259 Merge branch 'feature/protoxep-room-activity' 2020-04-14 17:07:46 +02:00
Matthew Wild 0ff6c1dd3b New ProtoXEP: Room Activity Indicators 2020-04-13 17:15:29 +01:00
Jonas Schäfer edc93ce8b3 XEP-0357: fix incorrect last call date
The previous date was not at least 2w after the start of the call.
This was caused by me being unable to read calendars.
2020-04-07 20:44:45 +02:00
Jonas Schäfer d1678ec6e4 XEP-0357: Issue Last Call
Council Vote from 2020-03-18
2020-03-31 22:29:34 +02:00
Jonas Schäfer 3b686def0c XEP-0280: Issue Last Call
Council vote from 2020-03-18.
2020-03-31 22:29:00 +02:00
Jonas Schäfer c6c16fbbfc XEP-0398: Move back to Experimental
Council Vote from 2020-02-26.
2020-03-31 22:26:54 +02:00
Jonas Schäfer 1284e5e12c Merge branch 'feature/xep-0060' 2020-03-31 22:26:30 +02:00
Jonas Schäfer b55311b154 XEP-0402: Advance to Draft 2020-03-31 22:25:50 +02:00
Jonas Schäfer 331265af63 Accept inbox/reminders.xml as XEP-0435 2020-03-31 22:25:11 +02:00
Jonas Schäfer 3036010232 Merge branch 'feature/xep-0369' 2020-03-31 20:29:45 +02:00
Jonas Schäfer dd530dc798 Merge branch 'feature/protoxep-muc-presence-versioning' 2020-03-31 20:20:54 +02:00