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

154 Commits

Author SHA1 Message Date
Jonas Schäfer
132f57c366 Merge branch 'feature/xep-0060' 2019-06-19 15:12:23 +02:00
Jonas Schäfer
0be970de00 XEP-0060: add revision block 2019-06-19 15:11:20 +02:00
Timothée Jaussoin
aebc610785 Expose pubsub#access_model and pubsub#publish_model into the Pubsub node metadata 2019-02-11 18:30:08 +01:00
Emmanuel Gil Peyrot
f324f2328a XEP-0060: Add missing @publisher in pubsub schema.
This attribute had been added in revision 1.13, but only the
pubsub#event schema had been updated, this fixes it for the pubsub
schema too.
2019-01-27 17:46:30 +01:00
Jonas Schäfer
e2cefcfbe6 XEP-0060: Merge revision blocks for this release, fix broken merge 2018-11-22 18:09:58 +01:00
Jonas Schäfer
3a3f57d945 Merge commit 'refs/pull/692/head' of https://github.com/xsf/xeps into feature/xep-0060 2018-11-22 18:09:11 +01:00
Jonas Schäfer
d0b3ec7f32 XEP-0060: Fix broken revision block created by git merge(!) 2018-11-22 18:08:57 +01:00
Jonas Schäfer
945652bf33 Merge commit 'refs/pull/693/head' of https://github.com/xsf/xeps into feature/xep-0060 2018-11-22 18:07:07 +01:00
Jonas Schäfer
6b5dd50a83 XEP-0060: Fix broken revision block 2018-11-22 18:06:34 +01:00
Jonas Schäfer
836eb6b1c9 Merge branch 'feature/xep-0060' 2018-11-08 20:27:03 +01:00
Jonas Schäfer
fe1b06837f XEP-0060: add revision block 2018-11-08 20:26:32 +01:00
Jonas Schäfer
05454a0c08 XEP-0060: fix small wording issue (thanks @SamWhited) 2018-11-08 20:26:18 +01:00
Jonas Schäfer
c2a8c984d5 XEP-many: add revision block for batch typo fix by pep 2018-11-03 15:12:56 +01:00
Maxime “pep” Buquet
6842676930 Revert "Revert normative changes for 'meta-data'"
This reverts commit 37c7b852f3.
2018-11-03 14:03:00 +00:00
Maxime “pep” Buquet
37c7b852f3
Revert normative changes for 'meta-data'
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-10-14 21:01:35 +01:00
Maxime “pep” Buquet
660ff16274 Typo: metadata is one word
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-10-14 19:30:59 +01:00
Emmanuel Gil Peyrot
0fdb7ec130 XEP-0060: Add an example on returning fewer items than requested 2018-08-18 15:08:08 +01:00
Melvin Vermeeren
a50a31c664
XEP-0060: correct "entity" to "<subscription/>"
The <entity/> element has been replaced with the <subscription/> element
since at least version 1.8. Text in several sections is updated to use
the <subscription/> element, making it consistent with the XML snippets.

Ref: https://mail.jabber.org/pipermail/standards/2018-July/035282.html

Signed-off-by: Melvin Vermeeren <mail@mel.vin>
2018-08-03 22:58:38 +02:00
Emmanuel Gil Peyrot
cd8d05a660 XEP-0060: Remove unused 'node' attribute on pubsub#event item 2018-08-02 22:19:29 +02:00
Emmanuel Gil Peyrot
0efa3793cf XEP-0060: Release version 1.15.2. 2018-05-14 23:31:12 +02:00
Emmanuel Gil Peyrot
2401b97e11 XEP-0060: Add missing optional dataform in <default/> schema. 2018-05-14 23:28:52 +02:00
Emmanuel Gil Peyrot
8180900b45 XEP-0060: Remove duplicated <publish/> child in the schema. 2018-05-14 19:58:45 +02:00
Emmanuel Gil Peyrot
cbd2c80f4b XEP-0060: Make @node optional in the schema, see section 5.7. 2018-05-14 19:45:16 +02:00
JC Brand
beb56cf010 XEP-0060 Add revision block 1.15.1 2018-02-08 19:39:51 +01:00
Christian Schudt
5a40e5ec6a XEP-0060: retrieve-default-sub feature missing in XML Schema. 2018-02-06 17:03:30 +01:00
Daniel Gultsch
830ce66011 XEP-0060: Introduce 1:1 mapping between publish-options and node configuration 2017-12-12 17:26:30 +01:00
Jonas Wielicki
9b325fb9f0 XEP-0060: Add revision block for 9eb2453, 5dfcb25, 535b417 2017-11-29 12:49:25 +01:00
Jonas Wielicki
4836510bde Merge branch 'master' of https://github.com/edhelas/xeps into feature/xep-0060 2017-11-29 12:49:22 +01:00
Jonas Wielicki
a551c93537 XEP-0060: add revision block 2017-10-10 08:32:29 +02:00
Florian Schmaus
1e9b3b2e07 XEP-0060: Add dependency to XEP-0059
XEP-0060 § 6.5.4 requires compliant implementations to also implement
XEP-0059.
2017-10-09 08:56:58 +02:00
Timothée Jaussoin
535b41712b Wording 2017-09-14 12:27:21 +02:00
Timothée Jaussoin
5dfcb250de Give some precisions between #multi-items and the #max_items configuration variable 2017-09-14 12:17:01 +02:00
Timothée Jaussoin
9eb2453dce Add pubsub#multi-items 2017-09-14 10:37:16 +02:00
Florian Schmaus
70f5c10731 XEP-0060: Add missing error to schema 2017-08-25 12:26:08 +02:00
Jonas Wielicki
8858c72490 Merge branch 'xep-0060' of https://github.com/linkmauve/xeps into feature/xep-0060 2017-08-24 15:25:06 +02:00
Daniel Gultsch
e6f2db3841 XEP-0060: Clarify behaviour of publish-options. Fields must be registered 2017-06-27 17:50:30 +02:00
Emmanuel Gil Peyrot
64e6deb98d XEP-0060: Fix examples using invalid XEP-0082 dates. 2017-06-08 22:19:51 +02:00
Emmanuel Gil Peyrot
7a64b7b1ed Remove spaces at the end of CDATA blocks in all XEPs.
sed -i 's/^\s\+]]>/]]>/g' xep-*.xml
2017-02-16 19:37:21 -06:00
Peter Saint-Andre
9dbc111ec3 XEP-0060: Update schema.
Fixes #191
2016-12-21 13:04:45 -06:00
Peter Saint-Andre
16194d4f88 XEP-0060: Fix broken example 2016-12-09 10:06:46 -06:00
Sam Whited
1065c4b816 XEP-0060: Include publisher with item retrieval
Also remove extra whitespace
2016-12-08 15:17:20 -06:00
Stefan Strigler
5b801baa58 include publisher with any item retrieval 2016-10-26 14:56:29 +02:00
Sam Whited
17b1e58ed9 XEP-0060: New revision 2016-10-11 10:30:30 -05:00
Sam Whited
c04fc263bd Merge pull request #106 from sstrigler/xep-0060
XEP-0060: be more consistent with reply
2016-10-11 08:29:24 -07:00
Stefan Strigler
ae90994fe8 add revision 2016-07-21 08:57:41 +02:00
Stefan Strigler
ebd9022753 it was the Jabber Council back then 2016-07-18 17:51:42 +02:00
Stefan Strigler
4c62b84b7c an XMPP ... 2016-07-18 17:51:31 +02:00
Stefan Strigler
455e42d6f3 fix terminolgy
XMPP vs Jabber
2016-07-18 11:04:47 +02:00
Stefan Strigler
ccb7644dea fix stale blanks 2016-07-18 11:04:35 +02:00
Stefan Strigler
fd28f22ab6 add 'subid' attribute in response 2016-07-14 10:35:30 +02:00