Difference between revisions of "XMPP IM Client Design Guidelines"

Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 42: Line 42:


<pre name='xml'>
<pre name='xml'>
<identity
<iq type='result'
  category='client'
    from='romeo@montague.net/orchard'
  type='pc'
    to='juliet@capulet.com/balcony'
  name='Work PC'/>
    id='info4'>
  <query xmlns='http://jabber.org/protocol/disco#info'>
    <identity
        category='client'
        type='pc'
        name='Work PC'/>
    <feature var='jabber:iq:time'/>
    <feature var='jabber:iq:version'/>
  </query>
</iq>
</pre>
</pre>


Line 52: Line 61:
=== Rationale ===
=== Rationale ===


Encoding semantic in the value of the resource is not recommend (see previous item).
Encoding semantics in the value of the resource is not recommend (see previous item).
165

edits

Navigation menu