diff --git a/xep-0060.xml b/xep-0060.xml index d275c35c..0c1e66a7 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -50,6 +50,19 @@ &stpeter; &ralphm; + + 1.15.2 + 2018-05-14 + egp + + Fix a few things in the schema: + + Remove duplicated <publish/> element. + Make <affiliations/>’s node attribute optional. + Add a missing optional dataform in <default/>. + + + 1.15.1 2018-02-02 @@ -6541,6 +6554,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings @@ -6575,7 +6589,6 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings - @@ -6590,7 +6603,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings - + @@ -6636,21 +6649,20 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings - - - - - - - - - - - - - + + + + + + + + + + + +
Fix a few things in the schema: