view libpurple/purple-client.h @ 27639:7ca43b2cd132

purple_status_to_jabber does need to strip HTML. The text we send out on the wire needs to be stripped (and <br> turned into \n), although I think this doesn't undo any of QuLogic's fixings.
author Paul Aurich <paul@darkrain42.org>
date Thu, 16 Jul 2009 02:14:03 +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