Hey Vishal On Sat, Jun 7, 2008 at 12:06 PM, Vishal <[EMAIL PROTECTED]> wrote:
> 1. The presence notifications for adding the contacts is an isssue. > Even if a user authorises/adds the contact and logs back again he gets > the notifications. This should be one time authorisation right? > This should be once only, but if you ignore it the jabber server will remind you the next time you log in. > 2. online status of useres. Even wtih the upgraded patch the status > thing is bit shaky. Sometimes it shows proper status and sometimes it > doesnt. > Can you reproduce the error reliably? > 3. Messages are exchanged fine between users even if the person > connected on pyyahoo shows offline. This is because yahoo supports offline messages (and the transports doesn't support blocking users when you remove authorization) > 4. logging in to pyyahoo transport works prefectly fine. user gets > disconnected from pc client. This is a limitation of the yahoo network. If you want to connect multiple times, then use multiple xmpp clients and the same xmpp account (just with different resources). > 5. I get the following recrods too many times on the yahooerror.log > > Traceback (most recent call last): > File "c:\yahoo-t-0.4\yahoo.py", line 1307, in <module> > connection.Process(1) > File "c:\yahoo-t-0.4\xmpp\dispatcher.py", line 122, in Process > self.Stream.Parse(data) > ExpatError: not well-formed (invalid token): line 65, column 687719 > > is this some kind of major error? Probably, can you dump the xml from this? It looks like from "line 65, column 687719" that there is a lot of data being sent. (Although it might just be on one line) > 6. Yahoo transport discovery. This doesnt seem to work well. JWchat > doesnt show up the transport at all. PSI shows but doesnt allow to > register. Shows an error "feature not implemented", Pandion works > fine. can see the transport and register as well. > What server are you using? Some servers don't pass certain client's xml namespaces correctly to the transport. (older versions of ejabberd are prime examples) -- - 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 -~----------~----~----~----~------~----~------~--~---
