# HG changeset patch # User Goffi # Date 1452961703 -3600 # Node ID d8d98e13aae92a04e77959fb25e0031f953e3045 # Parent c9640163a55cc7b60ac7aab767165a0671879fd7 xep (jid mention): fixed a typo diff -r c9640163a55c -r d8d98e13aae9 xmpp/xep-jid-mention.xml --- a/xmpp/xep-jid-mention.xml Sat Jan 16 17:20:07 2016 +0100 +++ b/xmpp/xep-jid-mention.xml Sat Jan 16 17:28:23 2016 +0100 @@ -130,7 +130,7 @@ ]]> - +

In some contexts, an URI may be not sufficient to locate the exact place of the mention. For instance, it may be be useful to know the exact message of a MUC room where the mention did take place. If a mentioning entity want to specify the exact part of the location where the mention happened, it MAY use a <part/> element. This element contains informations dependant of the mentioned URI. For now, only stanza-id is used, but later versions of this specification, or other XEPs can add new elements.

If the mentioned URI refers to an XMPP context (e.g. a MUC room), a stanza id can be specified. To do so, the &xep0359; semantic is used: mentioning entity MAY add a <stanza-id/> element to the <part/> element as specified in XEP-0359.