mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0437: fix namespace
This commit is contained in:
parent
6271b5d461
commit
46e9a39f16
12
xep-0437.xml
12
xep-0437.xml
@ -21,6 +21,12 @@
|
|||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
<shortname>NOT_YET_ASSIGNED</shortname>
|
||||||
&mwild;
|
&mwild;
|
||||||
|
<revision>
|
||||||
|
<version>0.2.0</version>
|
||||||
|
<date>2020-05-05</date>
|
||||||
|
<initials>XEP Editor (jsc)</initials>
|
||||||
|
<remark>Assign urn:xmpp namespace instead of xmpp:prosody.im namespace (this was missed during acceptance)</remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<date>2020-05-05</date>
|
<date>2020-05-05</date>
|
||||||
@ -72,7 +78,7 @@ a UI hint that a room the user is interested in has new unread activity.</p>
|
|||||||
|
|
||||||
<example caption='Client subscribes to activity indicators'><![CDATA[
|
<example caption='Client subscribes to activity indicators'><![CDATA[
|
||||||
<presence to="conference.example.com" id="dwZ3vL">
|
<presence to="conference.example.com" id="dwZ3vL">
|
||||||
<rai xmlns="xmpp:prosody.im/protocol/rai"/>
|
<rai xmlns="urn:xmpp:rai:0"/>
|
||||||
</presence>
|
</presence>
|
||||||
]]></example>
|
]]></example>
|
||||||
|
|
||||||
@ -82,7 +88,7 @@ a UI hint that a room the user is interested in has new unread activity.</p>
|
|||||||
|
|
||||||
<example caption='Server notifies client of room activity'><![CDATA[
|
<example caption='Server notifies client of room activity'><![CDATA[
|
||||||
<message from="conference.example.com">
|
<message from="conference.example.com">
|
||||||
<rai xmlns="xmpp:prosody.im/protocol/rai">
|
<rai xmlns="urn:xmpp:rai:0">
|
||||||
<activity>room1@conference.example.com</activity>
|
<activity>room1@conference.example.com</activity>
|
||||||
<activity>room3@conference.example.com</activity>
|
<activity>room3@conference.example.com</activity>
|
||||||
</rai>
|
</rai>
|
||||||
@ -104,7 +110,7 @@ a UI hint that a room the user is interested in has new unread activity.</p>
|
|||||||
|
|
||||||
<section1 topic='Business Rules' anchor='rules'>
|
<section1 topic='Business Rules' anchor='rules'>
|
||||||
<p>Upon receiving a presence stanza addressed to the service JID that includes
|
<p>Upon receiving a presence stanza addressed to the service JID that includes
|
||||||
a <rai xmlns="xmpp:prosody.im/protocol/rai"> element, the service should
|
a <rai xmlns="urn:xmpp:rai:0"> element, the service should
|
||||||
build a list of rooms where activity has occurred since the client was
|
build a list of rooms where activity has occurred since the client was
|
||||||
last in the room, and send them in a single notification.</p>
|
last in the room, and send them in a single notification.</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user