view libpurple/purple-client.h @ 28699:43200ff042ad

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.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 06 Oct 2009 15:56:43 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif