mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
0.2
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1780 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
217dceb442
commit
c6dbbb8289
61
xep-0232.xml
61
xep-0232.xml
@ -22,6 +22,12 @@
|
||||
<supersededby/>
|
||||
<shortname>NOT YET ASSIGNED</shortname>
|
||||
&stpeter;
|
||||
<revision>
|
||||
<version>0.2</version>
|
||||
<date>2008-03-14</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Added icon fields.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.1</version>
|
||||
<date>2008-01-30</date>
|
||||
@ -74,6 +80,21 @@
|
||||
<field var='FORM_TYPE' type='hidden'>
|
||||
<value>urn:xmpp:dataforms:softwareinfo</value>
|
||||
</field>
|
||||
<field var='icon'>
|
||||
<value>http://code.google.com/p/exodus/exodus.png</value>
|
||||
</field>
|
||||
<field var='icon_available'>
|
||||
<value>http://code.google.com/p/exodus/available.png</value>
|
||||
</field>
|
||||
<field var='icon_away'>
|
||||
<value>http://code.google.com/p/exodus/away.png</value>
|
||||
</field>
|
||||
<field var='icon_dnd'>
|
||||
<value>http://code.google.com/p/exodus/dnd.png</value>
|
||||
</field>
|
||||
<field var='icon_xa'>
|
||||
<value>http://code.google.com/p/exodus/xa.png</value>
|
||||
</field>
|
||||
<field var='os'>
|
||||
<value>Windows</value>
|
||||
</field>
|
||||
@ -92,6 +113,12 @@
|
||||
]]></example>
|
||||
<p>The fields have the following meaning:</p>
|
||||
<ul>
|
||||
<li>icon -- A default icon to show for a device running the software</li>
|
||||
<li>icon_available -- An icon to show if a device running the software is online and available</li>
|
||||
<li>icon_away -- An icon to show if a device running the software has a presence status of "away"</li>
|
||||
<li>icon_chat -- An icon to show if a device running the software has a presence status of "chat"</li>
|
||||
<li>icon_dnd -- An icon to show if a device running the software has a presence status of "dnd"</li>
|
||||
<li>icon_xa -- An icon to show if a device running the software has a presence status of "xa"</li>
|
||||
<li>os -- The operating system on which the XMPP software is running</li>
|
||||
<li>os_version -- The operating system version</li>
|
||||
<li>software -- The XMPP software running at the entity (if this field is provided, its value SHOULD override any software name provided as the value of the 'name' attribute in the service discovery <identity/> element)</li>
|
||||
@ -119,6 +146,36 @@
|
||||
Forms enabling the communication of detailed information
|
||||
about an XMPP client.
|
||||
</desc>
|
||||
<field
|
||||
var='icon'
|
||||
type='text-single'
|
||||
label='A URL for an icon representing the software, no matter the
|
||||
presence or availability status of the XMPP entity'/>
|
||||
<field
|
||||
var='icon_available'
|
||||
type='text-single'
|
||||
label='A URL for an icon representing the software, to be shown when
|
||||
an XMPP entity using the software is online and available'/>
|
||||
<field
|
||||
var='icon_away'
|
||||
type='text-single'
|
||||
label='A URL for an icon representing the software, to be shown when
|
||||
an XMPP entity using the software has a presence status of away'/>
|
||||
<field
|
||||
var='icon_chat'
|
||||
type='text-single'
|
||||
label='A URL for an icon representing the software, to be shown when
|
||||
an XMPP entity using the software has a presence status of chat'/>
|
||||
<field
|
||||
var='icon_dnd'
|
||||
type='text-single'
|
||||
label='A URL for an icon representing the software, to be shown when
|
||||
an XMPP entity using the software has a presence status of dnd'/>
|
||||
<field
|
||||
var='icon_xa'
|
||||
type='text-single'
|
||||
label='A URL for an icon representing the software, to be shown when
|
||||
an XMPP entity using the software has a presence status of xa'/>
|
||||
<field
|
||||
var='os'
|
||||
type='text-single'
|
||||
@ -140,4 +197,8 @@
|
||||
</section2>
|
||||
</section1>
|
||||
|
||||
<section1 topic='Acknowledgements' anchor='ack'>
|
||||
<p>Thanks to Joe Hildebrand for his comments.</p>
|
||||
</section1>
|
||||
|
||||
</xep>
|
||||
|
Loading…
Reference in New Issue
Block a user