view libpurple/dbus-useful.h @ 26795:baa3867f2281

Don't call jabber_parser_close_stream in jabber_close, it papers over a real issue. As the comment notes and Will pointed out, we should be waiting for the server to send us a </stream:stream> (or a short-ish timeout) before closing the connection. That's both non-trivial and probably requires a major bump.
author Paul Aurich <paul@darkrain42.org>
date Mon, 27 Apr 2009 16:57:26 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#include "conversation.h"

PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id,
				    gboolean (*account_test)(const PurpleAccount *account));

PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol);

PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);