mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
commit
8a77517c5a
10
xep-0356.xml
10
xep-0356.xml
@ -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 <forwarded/> 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 <perm> element with an 'access' attribute of the value "iq" and wihout 'type' attribute. This element MAY contain any number of <namespace> 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'>
|
||||
|
Loading…
Reference in New Issue
Block a user