Commit Graph

587 Commits

Author SHA1 Message Date
Travis Burtrum 0de35e07d2 Initial version of Host Meta 2 2023-11-20 17:36:44 -05:00
Kevin Smith 636c6c6f56
Merge pull request #1296 from xsf/inbox/http-online-meetings
Add protoxep HTTP Online Meetings
2023-10-30 16:22:20 +00:00
Guus der Kinderen fcde1a4094 fix legal notice entity ref on http online meetings 2023-10-30 17:19:06 +01:00
Kevin Smith ced37c3990 Add protoxep AI
Author has accepted the CLA
2023-10-30 16:07:58 +00:00
Kevin Smith 9fd45e8e64 Add protoxep HTTP Online Meetings
Both authors have accepted the CLA
2023-10-30 16:05:06 +00: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
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 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
Thilo Molitor 93b1cec7d0 Update protoxep to include generic SASL2 upgrade tasks
This part was split-out from XEP-0388 and moved to this XEP.
2023-02-28 20:28:22 +01:00
Emmanuel Gil Peyrot f358531fc8 Move MUC Avatars ProtoXEP to the Historical track 2023-02-15 16:52:30 +01:00
Emmanuel Gil Peyrot f8351a86e2 Restore MUC Avatars ProtoXEP to its original state 2023-02-15 16:51:21 +01:00
Georg Lukas a55bd3c497 Compliance Suite 2023: copied from XEP-0459 2023-01-25 15:48:13 +01:00
Kim Alvefur 242d36e65d sla: Clarify direction of limits advertisment (thanks Flow)
Co-authored-by: Florian Schmaus <flo@geekplace.eu>
2022-12-20 19:28:28 +01:00
Kim Alvefur e60fd2b83d ProtoXEP editorial help by MattJ
My earliest drafts were on 2021-08-20.
Have mosly working implementation that interops with itself.
2022-12-20 19:28:21 +01:00
Kim Alvefur 958aad87ab Initial commit of Path MTU protoXEP 2022-12-20 19:28:15 +01:00
Jonas Schäfer 55e6c02184 fix path 2022-11-08 21:37:00 +01:00
Jonas Schäfer 2d4b8b5728 Merge branch 'protoxep/sasl2-scram-upgrade' into premerge 2022-11-08 21:19:17 +01:00
Jonas Schäfer 2ef743cb6a Merge branch 'protoxep/pubsub-targeted-encryption' into premerge 2022-11-08 21:18:35 +01:00
Jonas Schäfer 39d78d8a62 Merge branch 'protoxep/pubsub-signing-openpgp' into premerge 2022-11-08 21:17:08 +01:00
Thilo Molitor 3b781795d0 New ProtoXEP: SASL2 SCRAM upgrade task 2022-11-03 01:47:31 +01:00
Jérôme Poisson 7fa7c65812 Add ProtoXEP: Pubsub Targeted Encryption
Specifies a way to encrypt pubsub items for a restricted set of entities
2022-10-31 14:53:41 +01:00
Jérôme Poisson 5f201a973f Add ProtoXEP: Pubsub Signing: OpenPGP Profile
Specifies a pubsub signing profile for OpenPGP
2022-10-29 23:00:31 +02:00
Jérôme Poisson 72f6b99fc8 ProtoXEP Pubsub Signing: version 0.0.2
- replaced "signatory" term with the more commonly used "signer"
- added <to/> and <time/> elements (similar to XEP-0373)
2022-10-20 16:08:21 +02:00
Jérôme Poisson 03f89d8d7c Add ProtoXEP: Pubsub Signing
Specifies a mechanism to sign pubsub items
2022-10-17 11:41:12 +02:00
Jonas Schäfer 943d5373a7 Merge branch 'protoxep/social-feed' into premerge 2022-10-12 18:09:39 +02:00
Jonas Schäfer 5600afd2ad Fix various XML issues 2022-10-12 18:09:29 +02:00
Jonas Schäfer 2e8f8e129d Merge branch 'protoxep/sasl-scram-downgrade-protection' into premerge 2022-10-12 18:08:07 +02:00
Jérôme Poisson 8c41ff5c61 protoXEP OpenPGP for XMPP Pubsub: version 0.0.6
- add forgotten "jid" and "node" attribute to <revoke/>
- clarify that <openpgp/> wrapper is used
2022-10-12 14:35:50 +02:00
Jérôme Poisson 19a87bfc38 protoXEP OpenPGP for XMPP Pubsub: version 0.0.5
- add forgotten "timestamp" in example
- add implementation node on double encryption
- add clarification that sender should be a node owner
2022-10-12 14:09:01 +02:00
Thilo Molitor 56f884bdf2 New ProtoXEP: SASL SCRAM Downgrade Protection 2022-10-12 01:09:43 +02:00
Jérôme Poisson e6e6cba2e5 protoXEP OpenPGP for XMPP Pubsub: version 0.0.4
add a security note to indicate that <shared-secret/> and <revoke/> sender must be checked.
2022-10-12 00:22:47 +02:00
Jérôme Poisson bdadbb1fca protoXEP OpenPGP for XMPP Pubsub: version 0.0.3
- Base64 is not needed for the key (it's a passphrase)
- Specify that as least on <message/> should be encrypted for sender other devices
- Recommend minimum length for shared secret
2022-10-10 23:21:30 +02:00
Jérôme Poisson e403e4e84e protoXEP OpenPGP for XMPP Pubsub: version 0.0.2
Remove useless reference to XEP-0374 + acknowledgements
2022-10-10 14:13:47 +02:00
Jérôme Poisson b06ddd6b8c Add ProtoXEP: OpenPGP for XMPP Pubsub
Specifies an OpenPGP for XMPP (XEP-0373) profile for the pubsub use case.
2022-10-09 22:33:55 +02:00
Timothée Jaussoin 93a3b70196 ProtoXEP: Pubsub Social Feed
This specification defines a way of publishing social content over XMPP.
2022-09-26 09:47:46 +02:00
Jonas Schäfer fe84cb2276 Fix build error for real 2022-09-23 17:42:50 +02:00
Jonas Schäfer faa1e85be6 Revert "Fix build error"
This reverts commit 763c540f82.
2022-09-23 17:42:21 +02:00
Jonas Schäfer 763c540f82 Fix build error 2022-09-23 17:41:29 +02:00
Jérôme Poisson 70bcac2109 protoXEP Events: add missing dependencies 2022-09-09 14:23:53 +02:00
Jérôme Poisson 684168f09c protoXEP events: spelling/grammar fixes 2022-09-09 14:20:33 +02:00
Jérôme Poisson 2d0e9a5fab Add ProtoXEP: Events
This specification describe how to handle events with XMPP.
2022-09-08 22:28:59 +02:00
Jonas Schäfer 13e6e5b138 Merge branch 'protoxep/bookmark-pinning' into premerge 2022-07-13 16:51:46 +02:00
Jonas Schäfer d711d83f4d Merge branch 'protoxep/pubsub-attachments' into premerge 2022-07-13 16:51:13 +02:00
Jérôme Poisson 82d211999d Add ProtoXEP: Pubsub Attachments
This specification provides a way to attach elements to a pubsub item.
2022-07-11 20:16:51 +02:00
Timothée Jaussoin 73c76f8ef5 This extention allow users to pin XEP-0402 Bookmarks 2022-06-18 12:59:59 +02:00
Jonas Schäfer 2b7ee40917 Merge branch 'protoxep/xmpp-over-quic' into premerge 2022-06-14 20:55:42 +02:00
Travis Burtrum 5f87d2a092 ProtoXEP: WebSocket S2S 2022-06-13 20:30:07 -04:00
Travis Burtrum c4cf122cf0 ProtoXEP: XMPP over QUIC 2022-06-13 19:58:53 -04:00
Jonas Schäfer 94879bb5be Rename to make the tooling find it 2022-04-25 17:06:19 +02:00
Maxime “pep” Buquet 23e9bfb41f
ProtoXEP: Rework ephemeral messages
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-04-17 11:17:33 +02:00