1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00

Merge pull request #1276 from bodqhrohro/patch-1

Fix typos in XEP-0356
This commit is contained in:
Kevin Smith 2023-04-24 12:52:35 +01:00 committed by GitHub
commit 8a77517c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,12 @@
<email>goffi@goffi.org</email>
<jid>goffi@jabber.fr</jid>
</author>
<revision>
<version>0.4.1</version>
<date>2023-04-24</date>
<initials>gh/@bodqhrohro</initials>
<remark>Fixed some typos</remark>
</revision>
<revision>
<version>0.4</version>
<date>2022-04-01</date>
@ -255,7 +261,7 @@
<section2 topic='Sending Messages' anchor='sending_mess'>
<p>Now that <em>pubsub.capulet.lit</em> is allowed, it can send messages using &lt;forwarded/&gt; elements.</p>
<example caption='privileged entity send a notificaction message'><![CDATA[
<example caption='privileged entity send a notification message'><![CDATA[
<message from='pubsub.capulet.lit' to='capulet.lit' id='notif1'>
<privilege xmlns='urn:xmpp:privilege:2'>
<forwarded xmlns='urn:xmpp:forward:0'>
@ -321,7 +327,7 @@
</ul>
</section2>
<section2 topic='Avertising Permission' anchor='advertise_iq'>
<section2 topic='Advertising Permission' anchor='advertise_iq'>
<p>Server adversites "iq" permission by using a &lt;perm&gt; element with an 'access' attribute of the value "iq" and wihout 'type' attribute. This element MAY contain any number of &lt;namespace&gt; elements with a 'ns' attribute of the value of the granted namespace, and a 'type' attribute with one of the value indicated in <link url="#iq_stanzas">previous section</link></p>
<example caption="Server Advertises IQ Privilege"><![CDATA[
<message from='capulet.net' to='pubub.capulet.lit' id='iq_perm_1'>