I send IQ like that to Gogole Talk client

<iq from="[email protected]/Talk.v10498F28475" id="ku6e51v3"
to="[email protected]" type="get">
  <query xmlns="http://jabber.org/protocol/disco#info"/>
</iq>

but response is

<iq to="[email protected]/Talk.v10498F28475"
from="[email protected]" id="ku6e51v3" type="result">
        <query xmlns="http://jabber.org/protocol/disco#info";>
                <identity category="account" type="registered" name="Google Talk
User Account"/>
                <feature var="http://jabber.org/protocol/disco#info"/>
                <feature var="http://jabber.org/protocol/disco#items"/>
                <feature var="msgoffline"/>
        </query>
</iq>

But trying to query legitimate Google talk client! What I'm doing
wrong?!
The same if contact logged under browser with video supported, what
I'm looking for is:

<iq from='[email protected]'
    id='ku6e51v3'
    to='[email protected]/Talk.v10498F28475'
    type='result'>
        <query xmlns='http://jabber.org/protocol/disco#info'>
                <feature var='urn:xmpp:jingle:1'/>
                <feature var='urn:xmpp:jingle:apps:rtp:1'/>
                <feature var='urn:xmpp:jingle:apps:rtp:audio'/>
                <feature var='urn:xmpp:jingle:apps:rtp:video'/>
        </query>
</iq>

Because I know that I have Google talk Web Plugin which supports all
that!?

Help please.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to