On Fri, Aug 29, 2008 at 1:42 PM, Pravin sinha <[EMAIL PROTECTED]> wrote:
> It looks like PyYIMt does not support disco query. After the handshake when
> the XMPP server asks for disco, the gateway says that "The feature requested
> is not implemented by the recipient or server and therefore cannot be
> processed.".
>
> It looks like the message is from xmpppy. Please suggest me how can we make
> it work.(We need this disco result and can't proceed without).
>
> Can this be fixed if the problem is in implementation or even can you point
> me a suggested fix for this. I don't think it is a configuration issue as
> the handshake happened properly. Also I have enabled this disco option
> <discoName>Yahoo! Transport</discoName>. The same feature works fine for the
> other two(PyMSNt and PyAIMt).
>
> Please see the raw dump below.
> Much appreciate your time and help.
>
Which version of pyyimt are you using (also which server & version are you
using)?
What's the value of jid in the config file? (it should be
yim.india.myorg.com)
The discoName configuration value is only to override the default, if you
don't enabled it disco will still work.
The disco#info should 'just-work', e.g. here's a dump from my server:
<iq xmlns='jabber:client' type='get' to='yahoo.jabber.example.net'
id='ac22a' from='[EMAIL PROTECTED]/Psi'>
<query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>
<iq xmlns="jabber:client" to="[EMAIL PROTECTED]/Psi" from="
yahoo.jabber.example.net" id="ac22a" type="result">
<query xmlns="http://jabber.org/protocol/disco#info">
<identity category="gateway" type="yahoo" name="Yahoo! Transport" />
<feature var="jabber:iq:register" />
<feature var="jabber:iq:version" />
<feature var="http://jabber.org/protocol/commands" />
<feature var="jabber:iq:avatar" />
<feature var="http://jabber.org/protocol/chatstates" />
</query>
</iq>
--
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"py-transports" 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/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---