Fix typos in XEP-0356

This commit is contained in:
bodqhrohro 2023-03-16 20:40:21 +02:00 committed by GitHub
parent f6cb31a91f
commit 36b28d420d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,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 +321,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'>