view libpurple/purple-client.h @ 24565:915fdb649210

Send the "client-accepts-full-bind-result" attribute for Google Talk when using SASL auth. This prevents errors when people with googlemail.com accounts add their account using the gmail.com domain or similar. Fixes #6949. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Paul Aurich <paul@darkrain42.org>
date Sat, 29 Nov 2008 19:44:57 +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