view libpurple/plugins/mono/api/Contact.cs @ 23691:c31dfae66134

Hopefully fix the XMPP contact flipping/swapping between groups bug described at http://trac.adiumx.com/ticket/8834 and http://pidgin.im/pipermail/devel/2008-June/006191.html See the comment I added at the top of roster.c for details.
author Mark Doliner <mark@kingant.net>
date Tue, 05 Aug 2008 23:22:36 +0000
parents 93bfbda79bf6
children
line wrap: on
line source

namespace Purple {
	public class Contact : BlistNode {
	}
}