# HG changeset patch # User Paul Aurich # Date 1242695216 0 # Node ID cda10ae8991824a017ae413696741b1575885927 # Parent 47d963966c9aea942d80a5c221296826e7f5fb09 Clarify (hopefully) the usage of OPT_PROTO_UNIQUE_CHATNAME; arose in a discussion in #pidgin. diff -r 47d963966c9a -r cda10ae89918 libpurple/prpl.h --- a/libpurple/prpl.h Sun May 17 21:49:20 2009 +0000 +++ b/libpurple/prpl.h Tue May 19 01:06:56 2009 +0000 @@ -126,10 +126,10 @@ typedef enum { /** - * Use a unique name, not an alias, for chat rooms. + * User names are unique to a chat and are not shared between rooms. * - * XMPP lets you choose what name you want for chat. - * So it shouldn't be pulling the alias for when you're in chat; + * XMPP lets you choose what name you want in chats, so it shouldn't + * be pulling the aliases from the buddy list for the chat list; * it gets annoying. */ OPT_PROTO_UNIQUE_CHATNAME = 0x00000004,