view libpurple/purple-client.h @ 21792:f5d8acf1c5f4

Normalize the names appropriately when searching for accounts. This should allow finding accounts with the same username but different resources in jabber. References #2049.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 06 Dec 2007 09:52:58 +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