On Sun, Aug 31, 2008 at 1:29 PM, Sinha <[EMAIL PROTECTED]> wrote: > Could you please give me a hint about possible place of this "disco" > implementation in the transport, so that I can fix this on my own to > make it work with our server. > It would have helped me a lot in fixing this problem on our side if > you direct me to the place. > > Thanks a lot for your quick responses, and I am sure this is one of > the most active community. >
In xmpp's client.py around line 282, you'll find where the default namespace is reset to NS_CLIENT. Try commenting that out, (the value prior to that will be NS_COMPONENT_ACCEPT, so you should be good with that) (note: you can leave the NS_COMPONENT_1 alone, it only kicks in if you're using sasl authentication - which you're not) -- - 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 -~----------~----~----~----~------~----~------~--~---
