view libpurple/purple-client.h @ 31679:ba6a4a0f8f50

jabber: Treat the presence storm on joining a room as not new arrivals. This helps in Adium, where otherwise all of those joins end up printed out. Fixes #7501, #a14527 committer: Paul Aurich <paul@darkrain42.org>
author thijs@adium.im
date Sun, 20 Feb 2011 02:25:23 +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