On Fri, 26 Sep 2003 12:36:09 -0300
Alberto Bertogli <albertogli@...> wrote:
> Hi!
>
> I'm using msnlib, a text mode client I wrote myself in Python, and I
> was just talking with a Gaim 0.68 user through MSN Messenger when I
> got a weird message:
>
> Client-Name: Gaim/0.68
> Chat-Logging: Y
> Buddy-Icons: 1
>
>
> It looked like a broken header, so I tried to reproduce it and this is
> what I got:
>
> When sending a message for the first time after establishing a
> switchboard connection, Gaim sends the following message (full
> content, the """ delimits the begin and end):
>
> """
> MIME-Version: 1.0
> Content-Type: text/x-clientcaps
>
> Client-Name: Gaim/0.68
> Chat-Logging: Y
> Buddy-Icons: 1
> """
>
> The thing is that the empty line between Content-Type and Client-name
> is interpreted as end of header, which makes the client interpret the
> following lines as the body of the message.
>
> I don't have problem fixing this in my client but it looks like a bug
> in your side.
>
> Please let me know if it's not, and how am I supposed to handle this
> messages (I've never seen one before until today). Do the other
> clients send them too? Is it documented?
>
>
> Thanks a lot,
> Alberto
>
>
> PS: Please CC me because I'm not subscribed to the list; sorry to post
> the report here instead of SF's bug manager, but I don't have a
> sourceforge account and it wouldn't let me file a bug without one.
>
>
>
Hi,
Just wanted to add I observed the same behaviour when talking to
somebody using kopete (he saw the second part of the header). msn
messenger seems to filter it out since nobody who uses that has ever
noticed it with me.
greets,
Wim
|