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 @@
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;.
+
+
+
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).
+ +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 @@