Mercurial > pidgin
view libpurple/purple-client.h @ 29058:86204988c522
jabber: Treat JabberBuddy->resources as a sorted list.
Instead of having jabber_buddy_find_resource() do a bunch of
calculations, just do all those when presence changes. The first entry
in the list is the highest-priority resource.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 15 Feb 2010 06:07:53 +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