On May 18, 8:08 am, Domenique <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm creating a gtalk client and was wondering if there was anyone here
> that could help me with this problem :
>
> I'm implementing the basic Extensions used by Gtalk but I can't seem
> to get the service discovery to work....
>
> I'm sending the following packet to a buddy in my list that is
> connected with the GTalk official client :
>
> <iq id="7v2Eu-4" to="[EMAIL PROTECTED]/Talk.v104362CAD30" type="get">
>   <query xmlns="http://jabber.org/protocol/disco#info"/>
> </iq>
>
> And this is the response I'm getting :
> <iq id="7v2Eu-4" to="[EMAIL PROTECTED]/SmackD98F3F34"
> from="[EMAIL PROTECTED]/Talk.v104362CAD30" type="error">
>   <error code="501" type="CANCEL">
>     <feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-
> stanzas"/>
>   </error>
> </iq>

IIRC, the Google Talk client does not support the disco#info
namespace, see here for an earlier report:

http://mailman.jabber.org/pipermail/jdev/2006-April/023477.html

Maybe test with some other Jabber clients to see if your code works
properly (your XML request looks correct to me).

--stpeter


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-talk-open" 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-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to