Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 28506:2e3678cd33a0
jabber: Properly handle adding buddies that contain a resource. Closes #10151.
Need to strip the resource when adding a buddy, so that the core doesn't
think the buddy is named "juliet@capulet.lit/chamber", which apparently
causes very strange issues.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 31 Aug 2009 03:39:34 +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