mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
tweaked abstract, consolidated two sections
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2355 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
db9750991d
commit
1b1ee1605d
14
xep-0118.xml
14
xep-0118.xml
@ -7,7 +7,7 @@
|
||||
<xep>
|
||||
<header>
|
||||
<title>User Tune</title>
|
||||
<abstract>This specification defines a payload format for communicating information about music to which a user is listening, including the title, track number, collection, performer, composer, length, and user rating. The payload format is typically transported using the personal eventing profile of XMPP publish-subscribe as specified in XEP-0163.</abstract>
|
||||
<abstract>This specification defines a payload format for communicating information about music to which a user is listening, including the title, track number, collection, performer, composer, length, and user rating. The payload format is typically transported using the personal eventing protocol, a profile of XMPP publish-subscribe specified in XEP-0163.</abstract>
|
||||
&LEGALNOTICE;
|
||||
<number>0118</number>
|
||||
<status>Draft</status>
|
||||
@ -205,14 +205,9 @@
|
||||
</items>
|
||||
</event>
|
||||
</message>
|
||||
.
|
||||
.
|
||||
.
|
||||
]]></example>
|
||||
</section2>
|
||||
<section2 topic='Stop Command' anchor='protocol-stop'>
|
||||
<p>In order to indicate that the user is no longer listening to any tunes, the user's client SHOULD send an empty <tune/> element, which can be considered a "stop command" for user tunes:</p>
|
||||
<example caption='User Publishes "Stop Playing" Information'><![CDATA[
|
||||
<p>In order to indicate that the user is no longer listening to any tunes (or has simply disabled publication), the user's client shall send an empty <tune/> element, which can be considered a "stop command" for user tunes:</p>
|
||||
<example caption='User Disables Publishing'><![CDATA[
|
||||
<iq type='set'
|
||||
from='stpeter@jabber.org/14793c64-0f94-11dc-9430-000bcd821bfb'
|
||||
id='tunes345'>
|
||||
@ -237,9 +232,6 @@
|
||||
</items>
|
||||
</event>
|
||||
</message>
|
||||
.
|
||||
.
|
||||
.
|
||||
]]></example>
|
||||
</section2>
|
||||
</section1>
|
||||
|
Loading…
Reference in New Issue
Block a user