diff libpurple/prpl.h @ 26985:cda10ae89918

Clarify (hopefully) the usage of OPT_PROTO_UNIQUE_CHATNAME; arose in a discussion in #pidgin.
author Paul Aurich <paul@darkrain42.org>
date Tue, 19 May 2009 01:06:56 +0000
parents 83e6e710cbf3
children c2cd559e034f e37f85160784 4f14b03a9d50
line wrap: on
line diff
--- 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,