No problem, I found it funny ;-)

Don't hesitate to spread the ODD love around you :
http://www.digg.com/technology/Friday_is_Open_Discussion_Day_,_For_One_Day_Use_Only_Open_Protocal_IM


On 5/17/06, Daniel Henninger <[EMAIL PROTECTED]> wrote:
> Wow  that came out snotty sounding, sorry folk  =)  Didn't mean it
> that way.  Meant it to be silly.  While I'm not going to participate
> in this myself, I wish you luck with your open discussion day!  =)
>
> Daniel
From [EMAIL PROTECTED]  Thu May 18 06:25:42 2006
From: [EMAIL PROTECTED] (Trejkaz)
Date: Thu May 18 06:26:07 2006
Subject: [py-transports] Random garbage in logs: PyMSNt + Jabberd2
Message-ID: <[EMAIL PROTECTED]>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all.

Our server (jabber.org.au) has been having random disconnection  
issues, seemingly due to the router sending invalid XML to the  
session manager and then being forcibly disconnected (and what  
follows is c2s logging out all users because they now have no sessions.)

After a couple of hours of log hunting, I have found something which  
might be useful:

sx (io.c:205) decoded read data (906 bytes): <comp:route  
xmlns:comp='http://jabberd.jabberstudio.org/ns/component/1.0'  
from='msn.jabber.org.au' to='jabber.org.au'><presence  
xmlns='jabber:client' from='angelina
????????? ,?????????????????????? ????????????????????????? 
????org.au'><show>dnd</show><status>???????????????????? ???????
???????????????
??????
???????????????????????????????????????????????
    ?? ????                                     s='vcard- 
temp:x:update'><photo>1b4e1e452041685570bd19f61020110805239185</ 
photo><nickname>?????????|-)??~</nickname></x><x  
xmlns='jabber:x:avatar'><hash>1b4e1e452041685570bd19f61020110805239185</ 
hash></x><c xmlns='
http://jabber.org/protocol/caps' ver='0.10' node='http://msn- 
transport.jabberstudio.org/protocol/caps'/></presence></comp:route>

Now, the actual "random" characters you see here aren't particularly  
random.  They do seem to be UTF-8, but the problem is there are UTF  
sequences in places where it shouldn't be possible, namely in the  
"from" attribute.

What strikes me is that this is sm reading this data from router, but  
router should have immediately kicked off the MSN transport if it  
really did see this kind of data.  Of course, it's also possible the  
router itself is to blame for the garbage.

In any case I wonder if anyone here has seen similar strange issues  
like this.  As for what version of PyMSNt we're on, I can't tell by  
looking around, but we're on the avatars tag in CVS.

TX

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFEbBNuuMe8iwN+6nMRAn/sAJ9NMyw6a3YG6ZXFAUgsdDymrl0lhACgk+2s
43hZ3zcUhL8Neu4mhDA+7YY=
=388I
-----END PGP SIGNATURE-----
From [EMAIL PROTECTED]  Thu May 18 10:27:45 2006
From: [EMAIL PROTECTED] (Francois du Toit)
Date: Thu May 18 10:28:03 2006
Subject: [py-transports] pyaimt and avatars
Message-ID: <[EMAIL PROTECTED]>

I'm trying to understand how pyaimt handles avatars.
Whenever I request the vCard from [EMAIL PROTECTED] I get the 
default profile and avatar. How do I change the profile of the aim user?

thanks
From [EMAIL PROTECTED]  Thu May 18 10:59:24 2006
From: [EMAIL PROTECTED] (S. Tailor)
Date: Thu May 18 10:59:32 2006
Subject: [py-transports] more Google Talk issues...
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

hehehhe, Sods Law, eh?

any chance of getting future PyMSNt versions to support JEP-0085?

if you know Stian, a gentle push towards running from SVN would be
great (I assume that's also the reason why my Avatar isn't being
transported anymore)... :-)

On 5/16/06, Lars T. Mikkelsen <[EMAIL PROTECTED]> wrote:
> On Tue, May 16, 2006 at 05:04:58PM +0100, S. Tailor wrote:
> > a) is Google Talk's "now-typing" notifier a Jabber standard? either
> > way, any chance of bridging it to MSN in future versions of PyMSN?
>
> There are two notification standards, JEP-0022 [1] and JEP-0085 [2]. As
> far as I know, PyMSNt only supports JEP-0022 and Google Talk only
> supports JEP-0085.
>
> Best regards,
> Lars
>
> [1] http://www.jabber.org/jeps/jep-0022.html
> [2] http://www.jabber.org/jeps/jep-0085.html
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>
From [EMAIL PROTECTED]  Thu May 18 11:22:17 2006
From: [EMAIL PROTECTED] (Stian B. Barmen)
Date: Thu May 18 11:22:27 2006
Subject: [py-transports] more Google Talk issues...
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

> if you know Stian, a gentle push towards running from SVN 
> would be great (I assume that's also the reason why my Avatar 
> isn't being transported anymore)... :-)
> 

Hello, I have heard the push, and felt it from myself at times too, so now I
did it, changed to the svn version on msn.jabber.no, revision 156. 

Seems to work thus far, please test your avatar issues :)

Could someone elaborate poll vs epoll for me too? I feel pymsnt uses alot of
resources at times, and I am wondering about pros/cons.

Best regards
Stian B. Barmen
www.jabber.no
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4490 bytes
Desc: not available
Url : 
http://modevia.com/pipermail/py-transports/attachments/20060518/80ab30e5/smime.bin
From [EMAIL PROTECTED]  Thu May 18 11:26:21 2006
From: [EMAIL PROTECTED] (=?ISO-8859-1?Q?=22Sergio_=C1lvarez_=28xergio=29=22?=)
Date: Thu May 18 11:31:35 2006
Subject: [py-transports] more Google Talk issues...
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Stian B. Barmen wrote:
>> if you know Stian, a gentle push towards running from SVN 
>> would be great (I assume that's also the reason why my Avatar 
>> isn't being transported anymore)... :-)
>>
> 
> Hello, I have heard the push, and felt it from myself at times too, so now I
> did it, changed to the svn version on msn.jabber.no, revision 156. 

This is the version i'm using for a days, and it works  more better than
the official release.

> 
> Seems to work thus far, please test your avatar issues :)
> 
> Could someone elaborate poll vs epoll for me too? I feel pymsnt uses alot of
> resources at times, and I am wondering about pros/cons.
> 
> Best regards
> Stian B. Barmen
> www.jabber.no
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

-- 
 Sergio ?lvarez Mu?oz
_______________________________________________
 email: [EMAIL PROTECTED]
  blog: http://xergio.net
    im: [EMAIL PROTECTED]
_______________________________________________
 Sorry for my english, I know it's bad
From [EMAIL PROTECTED]  Thu May 18 13:35:56 2006
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Thu May 18 13:37:34 2006
Subject: [py-transports] pyaimt and avatars
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

What version of PyAIM are you running?  I found a 'nasty' bug in  
PyAIM a couple of weeks ago that was causing the PyAIM user's avatar  
to never be published.  That said, do you have debugging logs enabled  
to see if there are any errors being thrown when the person's avatar  
is being requested?

Daniel

On May 18, 2006, at 6:27 AM, Francois du Toit wrote:

> I'm trying to understand how pyaimt handles avatars.
> Whenever I request the vCard from [EMAIL PROTECTED] I get  
> the default profile and avatar. How do I change the profile of the  
> aim user?
>
> thanks
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to