pidgin/pidgin.pc.in

Tue, 06 Oct 2009 15:56:43 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Tue, 06 Oct 2009 15:56:43 +0000
changeset 28628
c06d717eb33c
parent 21542
be3af6d9f2bf
child 29677
9f2edc260c5b
permissions
-rw-r--r--

Fix sending /buzz on yahoo.

Yahoo buzzes are '<ding>' sent as normal IMs. 'ding' is an unknown tag,
and we were stripping unknown tags. So instead, send the tags we don't
recognize as they are without stripping/changing them.
... or perhaps we could treat 'ding' as a known tag instead?

Added test cases.

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@

Name: Pidgin
Description: Pidgin is a GTK2-based instant messenger application.
Version: @VERSION@
Requires: gtk+-2.0 purple
Cflags: -I${includedir}/pidgin

mercurial