mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
0.1
This commit is contained in:
parent
d827aac810
commit
e67fdd3a39
15
xep-0316.xml
15
xep-0316.xml
@ -9,8 +9,8 @@
|
|||||||
<title>MUC Eventing Protocol</title>
|
<title>MUC Eventing Protocol</title>
|
||||||
<abstract>This specification defines semantics for using the XMPP publish-subscribe protocol to broadcast state change events associated with a Multi-User Chat (MUC) room. This profile of pubsub therefore enables a chatroom to function as a virtual pubsub service, easing the discovery of syndicated data and event notifications associated with such a room.</abstract>
|
<abstract>This specification defines semantics for using the XMPP publish-subscribe protocol to broadcast state change events associated with a Multi-User Chat (MUC) room. This profile of pubsub therefore enables a chatroom to function as a virtual pubsub service, easing the discovery of syndicated data and event notifications associated with such a room.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>XXXX</number>
|
<number>0316</number>
|
||||||
<status>ProtoXEP</status>
|
<status>Experimental</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards JIG</sig>
|
<sig>Standards JIG</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -26,6 +26,12 @@
|
|||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>mep</shortname>
|
<shortname>mep</shortname>
|
||||||
&stpeter;
|
&stpeter;
|
||||||
|
<revision>
|
||||||
|
<version>0.1</version>
|
||||||
|
<date>2013-01-03</date>
|
||||||
|
<initials>psa</initials>
|
||||||
|
<remark><p>Initial published version approved for publication by the XMPP Council.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.0.2</version>
|
<version>0.0.2</version>
|
||||||
<date>2012-12-09</date>
|
<date>2012-12-09</date>
|
||||||
@ -124,6 +130,7 @@
|
|||||||
</pubsub>
|
</pubsub>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
|
<p class='box'>Note: Publishing to an occupant's MEP node happens by sending an explicit publish request to the Occupant JID. Publishing to a user's PEP node MUST NOT trigger a MEP publish request, because PEP and MEP are separate pubsub contexts.</p>
|
||||||
<p>As a result, everyone in the room who is interested in that kind of data will receive a notification about the event (note that even the publisher receives the event, if they have advertised interest in the payload type):</p>
|
<p>As a result, everyone in the room who is interested in that kind of data will receive a notification about the event (note that even the publisher receives the event, if they have advertised interest in the payload type):</p>
|
||||||
<example caption='Interested occupants receive event notification'><![CDATA[
|
<example caption='Interested occupants receive event notification'><![CDATA[
|
||||||
<message from='coven@chat.shakespeare.lit/secondwitch'
|
<message from='coven@chat.shakespeare.lit/secondwitch'
|
||||||
@ -268,7 +275,7 @@
|
|||||||
A MUC eventing service that supports the
|
A MUC eventing service that supports the
|
||||||
publish-subscribe subset defined herein.
|
publish-subscribe subset defined herein.
|
||||||
</desc>
|
</desc>
|
||||||
<doc>XEP-xxxx</doc>
|
<doc>XEP-0316</doc>
|
||||||
</type>
|
</type>
|
||||||
</category>
|
</category>
|
||||||
]]></code>
|
]]></code>
|
||||||
@ -280,7 +287,7 @@
|
|||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='Acknowledgements' anchor='ack'>
|
<section1 topic='Acknowledgements' anchor='ack'>
|
||||||
<p>Thanks to Joe Hildebrand and Matthew Wild for their input.</p>
|
<p>Thanks to Joe Hildebrand, Matt Miller, and Matthew Wild for their input.</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
</xep>
|
</xep>
|
||||||
|
Loading…
Reference in New Issue
Block a user