Commit Graph

6245 Commits

Author SHA1 Message Date
Daniel Gultsch f90ca5c8b0 XEP-0388: fix stream managment example 2023-09-12 15:09:32 +02:00
Daniel Gultsch 98619addb2 XEP-0198: the inline feature element should be called 'sm'
as per XSF room discussion on September 11
2023-09-12 15:04:36 +02:00
Thilo Molitor 31779d952b Address feedback 2023-09-12 15:04:36 +02:00
Thilo Molitor 887fe8dde5 Fix errors in bind2/sasl2 examples 2023-09-12 15:04:36 +02:00
Thilo Molitor ca6c983db1 Clarify interaction with stream features after auth 2023-09-12 15:04:36 +02:00
Thilo Molitor a97c6d0384 Add note as discussed at council meeting 2023-09-12 15:04:36 +02:00
Thilo Molitor de1a1753a6 Update XEP-0198 to define SASL2 and BIND2 interaction 2023-09-12 15:04:36 +02:00
Kevin Smith 2c5b7a3762
Merge pull request #1289 from guusdk/xep333-discovery-example
XEP-0333: Change 'discover support' example
2023-08-25 14:21:08 +01:00
Kevin Smith 6fb514e755
Merge pull request #1290 from linkmauve/xep-0459
XEP-0459: Obsolete as superseded by XEP-0479
2023-08-25 14:20:14 +01:00
Kevin Smith 2fefd21b62
Merge pull request #1288 from linkmauve/xep-0458
XEP-0458: Add anchors to each section
2023-08-21 15:07:15 +01:00
Kevin Smith 15616a1a5a
Merge pull request #1291 from Ppjet6/muc-token-invite
ProtoXEP: MUC Token Invite
2023-08-21 15:00:40 +01:00
Maxime “pep” Buquet 06261ee55b
ProtoXEP: MUC Token Invite
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-08-15 10:42:18 +02:00
Emmanuel Gil Peyrot 88d15d2f23 XEP-0459: Obsolete as superseded by XEP-0479
We’re well into 2023, let’s move on. :)
2023-08-08 19:34:16 +02:00
Guus der Kinderen 7b85ba4f91 XEP-0333: Change 'discover support' example
The 'discover support' example should not use a server/domain JID, as there's precious little for servers to support. Instead, a client JID is used.
2023-07-19 17:43:57 +02:00
Emmanuel Gil Peyrot 22d0aab283 XEP-0458: Add anchors to each section
This makes it much easier to link to a particular section, so we already
know by reading the link which section it refers to.

Also fix a typo.
2023-07-13 10:18:39 +02:00
Kevin Smith 8523c4d128 Fix publication date for 453-0.1.2 2023-07-05 14:32:41 +01:00
Kevin Smith cec57d9086 Add version block to 453 2023-07-04 14:47:19 +01:00
Kevin Smith 3495d01b41
Merge pull request #1284 from singpolyma/fix-xmlns-typo
Fix XMLNS typo in example
2023-07-04 14:47:05 +01:00
Kevin Smith cdb02ac007 Return 317 to experimental 2023-07-04 14:24:32 +01:00
Kevin Smith 992b490cf8
Merge pull request #1285 from mwild1/xep-0317-rev02
XEP-0317: New revision 0.2
2023-07-04 14:23:37 +01:00
Kevin Smith 9376d2ba94
Merge pull request #1287 from mwild1/protoxep-reporting-account-affiliations
New ProtoXEP: Reporting Account Affiliations
2023-07-04 14:20:50 +01:00
Matthew Wild 03ca36c05f New ProtoXEP: Reporting Account Affiliations
This specification documents a way for an XMPP server to report to other entities the relationship it has with a user on its domain.
2023-06-30 14:45:40 +01:00
Kevin Smith a12be8ae98
Merge pull request #1286 from mwild1/tools-2xep-fixes
2xep tool fixes
2023-06-28 16:35:20 +01:00
Matthew Wild f2b88f03ce tools/2xep.lua: emit <link> instead of <a>
XEPs don't use <a>.
2023-06-28 16:20:17 +01:00
Matthew Wild 88817709d3 tools/2xep.lua: Fix <code> elements having unsupported attributes
The XEP DTD only supports a single attribute for <code>, the 'caption'
attribute. I don't know if/how it's possible to attach a caption in markdown,
so I'm leaving that as unsupported. That means no attributes are supported,
and therefore I've removed them.

Usage of ```xml is common, so I've also added code to handle those and convert
them to example blocks.
2023-06-28 16:15:34 +01:00
Matthew Wild 56dd1cf33e tools/2xep.lua: Fix incorrect order of section close tags 2023-06-28 16:14:21 +01:00
Matthew Wild 339e088256 XEP-0317: New revision 0.2
Despite being a popular concept that the community keeps coming back to, this
XEP has lingered in an unfinished state for some time. This small update fixes
some of the fundamental issues.

The current version did not actually specify a syntax for hats, as this was
still under discussion at the time. Based on discussions with other community
members, and personal implementation experience, this update specifies the
syntax to be used.
2023-06-28 15:27:33 +01:00
Kevin Smith 675c73c859 Promote call-invites to 482 2023-05-04 14:40:28 +01:00
Kevin Smith fd1ab2461d Promote content-types to 481 2023-05-04 14:36:30 +01:00
Kevin Smith 00ed46039f Promote scram-upgrade to 480 2023-05-04 14:34:18 +01:00
Kevin Smith 388e00f11a Promote CS2023 to 479 2023-05-04 14:34:18 +01:00
Kevin Smith 03a5759d62 Promote SLA to 478 2023-05-04 14:34:18 +01:00
Kevin Smith bb603b0679
Merge pull request #1273 from mwild1/xep-0313-v1.1.0
XEP-0313 v1.1.0: Clarify a couple of edge cases
2023-05-04 14:34:05 +01:00
Kevin Smith 7c27ee5497
Merge pull request #1277 from Zash/xep-0223-check-event-origin
xep-0223: Add origin checking to security considerations
2023-05-04 14:30:24 +01:00
Kevin Smith b9ec6c12ac
Merge pull request #1275 from Ppjet6/0060-node-full
XEP-0060: Add pubsub#publish_node_full
2023-05-04 14:29:52 +01:00
Stephen Paul Weber 5aab9778c2
Fix XMLNS typo in example 2023-05-02 13:04:12 -05:00
Kevin Smith 642260ef6b
Merge pull request #1280 from edhelas/feature/pubsub-social-feed-discovery-type-format
XEP-0472: Pubsub Social Feed, cleaner pubsub#type, discovery section
2023-04-27 17:27:40 +01:00
Timothée Jaussoin d86aaa761f XEP-0472: Pubsub Social Feed
- Change the pubsub#type to be consistent with other XEPs such as XEP-0372
- Add a Discovery section
2023-04-27 18:24:17 +02:00
Kevin Smith 8a77517c5a
Merge pull request #1276 from bodqhrohro/patch-1
Fix typos in XEP-0356
2023-04-24 12:52:35 +01:00
bodqhrohro 57a01bb867
Bump xep-0356.xml revision to 0.4.1 2023-04-24 14:47:21 +03:00
Kevin Smith 11cfff7046
Merge pull request #1282 from Zash/tedd/xslt-media
Fix XSLT quirk
2023-04-24 12:21:23 +01:00
Kim Alvefur 06ff107d6f Fix XSLT quirk (Thanks Tedd)
In Firefox the XML+XSLT would render in some weird mode causing some CSS
rules, notably the dark mode background to be applied wrong, or if it
was the box model that was different.
2023-04-11 18:28:24 +02:00
Kevin Smith 36df596d00 Add helper for Editor processing
I've made no effort to make this work for people other than me,
and limited effort on that.
2023-03-31 11:51:33 +01:00
Kevin Smith 186c69bd89
Merge pull request #1188 from mar-v-in/xep-0428
XEP-0428: Fallback Indication v0.2.0
2023-03-31 11:11:23 +01:00
Kevin Smith 06176c0454
Fix typo before merge 2023-03-31 11:11:12 +01:00
Kevin Smith a6a35e28fe
Merge pull request #1217 from mwild1/xep-0386-v0.4.0
XEP-0386: New revision v0.4.0
2023-03-31 11:08:35 +01:00
Kevin Smith b5c14fb170
Merge pull request #1214 from tmolitor-stud-tu/ibr2
XEP-0388: Rework whole spec, namespace bump
2023-03-31 11:08:13 +01:00
Kevin Smith 4c644cac6a
Merge pull request #1246 from singpolyma/use-pep-for-0292
Use PEP (and XEP-0222) for XEP-0292
2023-03-31 11:04:43 +01:00
Kevin Smith c7113c5f06
Move back to experimental 2023-03-31 11:04:14 +01:00
Kevin Smith dae2a6e51e
Merge pull request #1248 from tmolitor-stud-tu/scram-upgrades
Overhaul SCRAM Upgrade ProtoXEP to include definition of SASL2 upgrade tasks
2023-03-31 11:01:32 +01:00