ProxiDoz / vacuum-im

Automatically exported from code.google.com/p/vacuum-im
GNU General Public License v3.0
0 stars 0 forks source link

Software Icon in roster #244

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dispaly client icon of contact in roster (e.g. next to the avatar) depending on 
regexp of discover software version query <name> field:

<iq from="................" type="result" to="....." id="....">
    <query xmlns="jabber:iq:version">
      <name>Vacuum IM</name>
      <version>1.0.2.1286M</version>
      <os>Windows XP</os>
    </query>
  </iq>

When contact is from offline to online just auto check soft, v-card and so 
on... to update roster info.

Original issue reported on code.google.com by les.ka...@gmail.com on 24 Sep 2010 at 11:21

GoogleCodeExporter commented 8 years ago

Original comment by potapov.s.a on 24 Sep 2010 at 11:25