1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00
Commit Graph

6300 Commits

Author SHA1 Message Date
Kevin Smith
7f854fcdba
Merge pull request #1312 from guusdk/pubsubserverinfo
ProtoXEP: PubSub Server Information
2024-01-22 14:37:36 +00:00
Kevin Smith
5b68b685e1
Merge pull request #1311 from deleolajide/master
XEP-0483: Use XEP-0482 to send meeting URL to invitees
2024-01-22 14:35:34 +00:00
Guus der Kinderen
073686d003 ProtoXEP: PubSub Server Information renamed version to 0.0.1 2024-01-22 15:27:55 +01:00
Kevin Smith
759e3f5c93
Merge pull request #1313 from xsf/dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-41
Bump tj-actions/changed-files from 34 to 41 in /.github/workflows
2024-01-22 14:21:33 +00:00
Kevin Smith
52d62b5030
Merge pull request #1315 from xsf/0458-to-active
advance XEP-0458 to Active
2024-01-22 14:18:38 +00:00
Kevin Smith
22faebc7fa
Update xep-0458.xml
Fix version to make the tools happy.
2024-01-22 14:18:08 +00:00
Peter Saint-Andre
4c4761b8f4 advance XEP-0458 to Active 2024-01-15 11:26:07 -07:00
dependabot[bot]
08766b58ec
Bump tj-actions/changed-files from 34 to 41 in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 16:47:50 +00:00
Guus der Kinderen
692ce44657 PubSub Server Info: replace data form fields with URI
As per Flow's suggestion, replace two data form fields that hold a pub-sub service address and node with one field, that uses a URI to identify the same pub-sub node.
2023-12-22 11:23:41 +01:00
Guus der Kinderen
67fbffa4fa
PubSub Server Info: fix reference to XEP specifying namespace
XEP-0157 specifies the 'serverinfo' form, XEP-0128 just uses it as example.

Co-authored-by: Florian Schmaus <flo@geekplace.eu>
2023-12-22 11:13:33 +01:00
Guus der Kinderen
f1a628c6b0 PubSub Server Info: fixed typo 2023-12-20 19:51:55 +01:00
Guus der Kinderen
e7fcb86c91 PubSub Server Info: rework Discovering Support
Instead of basing Discovery of Support on the presence of a well-known pub-sub service node, an explicit Service Discovery feature is used. This prevents a scenario in which a non-administrative user flags 'opt-in' by creating the pub-sub node.
2023-12-20 18:53:48 +01:00
Guus der Kinderen
7e82fc1fd0 PubSub Server Info: Add privacy consideration
The XEP now mandates to include domain names of remote domains only after those remote domains advertise support for this XEP. This is intended as an opt-in mechanism.
2023-12-20 16:10:22 +01:00
Guus der Kinderen
d1606cda1e PubSub Server Info: fixed typo in examples 2023-12-20 13:26:44 +01:00
Guus der Kinderen
7f522c35fa PubSub Server Info: refactored data format
Following discussion with Flow, MattJ and Jonas`, the data format was modified to:
- group connections under a remote domain
- use attributes instead of elements where appropriate
2023-12-20 12:54:11 +01:00
Guus der Kinderen
da26a65685 PubSub Server Info: change connection type 'both' to 'bidi'
Remove ambiguity with regards to having more than one connection to a remote domain. With this update, each actual (eg TCP) connection is represented by a distinct `connection` element.
2023-12-20 11:38:22 +01:00
Guus der Kinderen
57b90ecb88 ProtoXEP: PubSub Server Information
This defines a data format and a pub-sub based way of distributing data that describes an XMPP domain and its connections to federated domains.
2023-12-19 21:51:30 +01:00
Dele Olajide
67e89a7190 Use XEP-0482 to send meeting URL to invitees 2023-12-15 13:22:58 +00:00
Kevin Smith
7c5f3a42ba
Merge pull request #1306 from xsf/revert-1305-refs-license-second-try
Revert "Add license for bibliographic data (second attempt)"
2023-12-11 17:50:17 +00:00
Kevin Smith
49eb7e119d
Revert "Add license for bibliographic data (second attempt)" 2023-12-11 17:49:58 +00:00
Kevin Smith
919fb35648 Move FAST to Experimental 2023-12-11 17:44:14 +00:00
Kevin Smith
8997be688e Move HTTP Online Meetings to Experimental 2023-12-11 17:25:50 +00:00
Kevin Smith
d073c7a827
Merge pull request #1265 from moparisthebest/task/add-approver-council
Add Council as approver to all Standards Track XEPs where it was missing
2023-12-11 17:03:15 +00:00
Kevin Smith
cc55d81d0b
Merge pull request #1292 from singpolyma/fix-muc-example
roominfo_changesubject does not exist
2023-12-11 16:54:50 +00:00
Kevin Smith
1fb77553c8
Merge pull request #1278 from linkmauve/xep-0402
XEP-0402: Replace arbitrary max items with 'max'
2023-12-11 16:54:22 +00:00
Kevin Smith
0cd82e9fac
Merge pull request #1303 from iNPUTmice/xep_0388_example_fix
XEP-0388: fix stream managment example
2023-12-11 16:38:11 +00:00
Kevin Smith
11fb1016fe
Merge pull request #1294 from iNPUTmice/smacks_inline
XEP-0198: Add section defining SASL2 and BIND2 interaction
2023-12-11 16:35:44 +00:00
Kevin Smith
29eb6a08c8
Merge pull request #1301 from xsf/0458-lc
XEP-0458 Last Call feedback
2023-12-11 16:34:43 +00:00
Kevin Smith
c1be04199a
Merge pull request #1298 from moparisthebest/host-meta-2
ProtoXEP: Host Meta 2 - One Method To Rule Them All
2023-12-11 16:32:11 +00:00
Peter Saint-Andre
21445dbece correct the version number, update the pubdate 2023-12-11 09:31:59 -07:00
Kevin Smith
19a6cd8944
Merge pull request #1304 from Flowdalic/biblatex-versioned-urls
Use link to immutable versioned XEP in biblatex's "url" entry
2023-12-11 16:22:11 +00:00
Kevin Smith
d55cdc9f29
Merge pull request #1302 from tmolitor-stud-tu/ssdp
XEP-0474: Rework description and simplifiy protocol
2023-12-11 16:21:53 +00:00
Kevin Smith
00d2520493
Merge pull request #1305 from Flowdalic/refs-license-second-try
Add license for bibliographic data (second attempt)
2023-12-11 15:24:34 +00:00
Florian Schmaus
f87a03a97c Add license for bibliographic data (second attempt)
We were asked [1] to state that the XEP bibliographic data is openly
available and free of charge if we want it to be consumed by third
parties.

This weas previously merged as 747738804a ("Add license for
bibliographic data"), but unfortunately later reverted in
59b2a5ca15 ("Revert "Add license for bibliographic data"",
https://github.com/xsf/xeps/pull/1221). However, the fix for the
broken docker build is trivial: simply also copy refs-LICENSE into the
container. This commit does that.

Fixes #1219.

1: https://github.com/ietf-tools/bibxml-service/issues/302#issuecomment-1274686153
2023-12-11 12:07:44 +01:00
Florian Schmaus
2a05e908a7 Use link to immutable versioned XEP in biblatex's "url" entry 2023-12-11 11:58:12 +01:00
Daniel Gultsch
f491cc92de XEP-0388: fix stream managment example 2023-12-07 11:28:18 +01:00
Daniel Gultsch
c66af01f57 add approver 2023-12-07 11:26:35 +01:00
Daniel Gultsch
a13c9fe756 Revert "XEP-0388: fix stream managment example"
This reverts commit f90ca5c8b0.
2023-12-07 11:24:24 +01:00
Thilo Molitor
81c5d8ec3b XEP-0474: Rework description and simplyfiy protocol 2023-12-05 00:23:44 +01:00
Peter Saint-Andre
c27c822aef Last Call feedback 2023-11-30 10:12:38 -07:00
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
00d710cb1e
Merge pull request #1297 from xsf/inbox/xep-ai
Add protoxep AI
2023-10-30 16:10:40 +00: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
Kevin Smith
4a2c48db2f
Merge pull request #1279 from linkmauve/xep-0377
XEP-0377: Add the XML Schema
2023-10-30 15:46:17 +00:00
JC Brand
25e24aa46f XEP-0424: Remove dependency on XEP-0422 'Message Fastening' 2023-10-05 19:20:09 +02:00
Peter Saint-Andre
4377475d6d
Merge pull request #1295 from xsf/coc-feedback
edits to address feedback from JC Brand; add PSA as co-author
2023-09-23 10:52:25 -06:00
Daniel Gultsch
9fe7fa0da3 XEP-0198: change wording in security section 2023-09-22 09:42:45 +02:00