From c6dbbb82899268a5adc087de5c2d5e5304f6a41c Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Fri, 18 Apr 2008 16:41:00 +0000 Subject: [PATCH] 0.2 git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1780 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0232.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/xep-0232.xml b/xep-0232.xml index e9d9c8a8..c61567fe 100644 --- a/xep-0232.xml +++ b/xep-0232.xml @@ -22,6 +22,12 @@ NOT YET ASSIGNED &stpeter; + + 0.2 + 2008-03-14 + psa +

Added icon fields.

+
0.1 2008-01-30 @@ -74,6 +80,21 @@ urn:xmpp:dataforms:softwareinfo + + http://code.google.com/p/exodus/exodus.png + + + http://code.google.com/p/exodus/available.png + + + http://code.google.com/p/exodus/away.png + + + http://code.google.com/p/exodus/dnd.png + + + http://code.google.com/p/exodus/xa.png + Windows @@ -92,6 +113,12 @@ ]]>

The fields have the following meaning:

    +
  • icon -- A default icon to show for a device running the software
  • +
  • icon_available -- An icon to show if a device running the software is online and available
  • +
  • icon_away -- An icon to show if a device running the software has a presence status of "away"
  • +
  • icon_chat -- An icon to show if a device running the software has a presence status of "chat"
  • +
  • icon_dnd -- An icon to show if a device running the software has a presence status of "dnd"
  • +
  • icon_xa -- An icon to show if a device running the software has a presence status of "xa"
  • os -- The operating system on which the XMPP software is running
  • os_version -- The operating system version
  • 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)
  • @@ -119,6 +146,36 @@ Forms enabling the communication of detailed information about an XMPP client. + + + + + + + +

    Thanks to Joe Hildebrand for his comments.

    +
    +