annotate gaim.desktop @ 5939:3014de25a8a4
[gaim-migrate @ 6379]
Tim Ringenbach writes:
"Here's a one liner to make gaim process YAHOO_SERVICE_CHATMSG packets,
which are the same as normal YAHOO_SERVICE_MESSAGE packets, although
they seem less featureful. The java client at chat.yahoo.com sends
these. It receives the normal ones that gaim sends back fine however.
Without this patch, IMs from the java yahoo chat client (possibly
others?) just get ignored, which is probably a BadThing(TM)."
I tend to agree that missing messages is a Bad Thing, and i know sean won't
look at this patch. He'll probly just reverse it because he probly won't
like it, but hopefully this way he might at least give some feedback, and
maybe it will even stay in and do gaim some good.
committer: Tailor Script <tailor@pidgin.im>
author |
Luke Schierer <lschiere@pidgin.im> |
date |
Sat, 21 Jun 2003 13:35:23 +0000 |
parents |
788f78343113 |
children |
282887c9e3dc |
rev |
line source |
325
|
1 [Desktop Entry]
|
3726
|
2 Encoding=UTF-8
|
325
|
3 Name=Gaim
|
3726
|
4 Comment=Multi-protocol Instant Messaging Client
|
4305
|
5 Comment[es]=Cliente de mensajería instantánea multiprotocolo
|
4472
|
6 Comment[fr]=Client de messagerie instantanée multiprotocole
|
4589
|
7 Comment[de]=Multi-Protokoll Instant Messenger Client
|
4663
|
8 Comment[ko]=멀티 프로토콜 인스턴트 메시징 클라이언트
|
3726
|
9 Exec=gaim
|
3364
|
10 Icon=gaim.png
|
3726
|
11 Terminal=false
|
325
|
12 Type=Application
|
3726
|
13 Categories=Application;Network;
|