diff --git a/xep-0277.xml b/xep-0277.xml index 2a1cff71..b15c50e4 100644 --- a/xep-0277.xml +++ b/xep-0277.xml @@ -34,6 +34,12 @@ valerian@jappix.com https://valeriansaliou.name/ + + 0.6.2 + 2017-11-28 + fs (XEP Editor: jwi) + Editing + 0.6.1 2015-12-09 @@ -98,10 +104,11 @@ -

A person's microblog SHOULD be located at a personal eventing (PEP) node whose name is "urn:xmpp:microblog:0" but MAY be located at a generic publish-subscribe node that is not attached to a user's IM account. For instance, if the Shakespearean character Romeo has a JabberID of <romeo@montague.lit> then his microblog would be located at that JID with a node of "urn:xmpp:microblog:0". Outside of native XMPP systems, this node can be referred to as the following XMPP URI (the ":" character from the namespace URN is percent-encoded in the query component; see &rfc5122; and &rfc3986;).

+

A person's microblog SHOULD be located at a personal eventing (PEP) node whose name is "urn:xmpp:microblog:0" but MAY be located at a generic publish-subscribe node that is not attached to a user's IM account. For instance, if the Shakespearean character Romeo has a JabberID of <romeo@montague.lit> then his microblog would be located at that JID with a node of "urn:xmpp:microblog:0". Outside of native XMPP systems, this node can be referred to as the following XMPP URI (see XEP-0060 § 12.21).

+

Note that the ":" character from the namespace URN is percent-encoded in the query component (see &rfc5122; and &rfc3986;).

Naturally, this node can be discovered by contacting romeo@montague.lit directly using &xep0030;.

diff --git a/xep-0373.xml b/xep-0373.xml index 8fd12c25..4521727f 100644 --- a/xep-0373.xml +++ b/xep-0373.xml @@ -18,7 +18,7 @@ devices. &LEGALNOTICE; 0373 - Deferred + Experimental Standards Track Standards Council @@ -46,6 +46,17 @@ look@my.amazin.horse valodim@stratum0.org + + 0.2.1 + 2017-11-13 + fs + +
    +
  • Recommend setting the PubSub configuration field 'send_last_published_item' to 'on_sub'.
  • +
  • Only recommend persistent PubSub nodes.
  • +
+
+
0.2 2017-09-11 @@ -265,9 +276,9 @@ child element of the <pubkeys/> element qualified by the 'urn:xmpp:openpgp:0' namespace. Note that OpenPGP's ASCII Armor is not used, instead the XMPP client MUST encode the public key using - Base64. Client SHOULD only try to store the public key if the + Base64. Clients MAY only try to store the public key if the Personal Eventing Protocol service supports persistent-items, thus - it SHOULD check if the service reports the + they possibly check if the service reports the 'http://jabber.org/protocol/pubsub#persistent-items' feature.

whitelist + + on_sub + @@ -556,6 +570,16 @@
+ + +

The PubSub nodes specified by herein SHOULD be configured to either never send the latest + item, or to send the latest item only when a new entity subscribed. Thus the nodes + 'send_last_published_item' configuration option SHOULD be set to either 'never' or 'on_sub' (see + XEP-0060 § 16.4.4).

+ +
+
@@ -619,7 +643,6 @@ -

The format of XMPP addresses, sometimes called JIDs, is well defined. Thus they need to be normalized, as defined in &rfc7622;. When implementations are required to compare XMPP @@ -781,3 +804,8 @@ + + + + +