diff libpurple/prpl.h @ 16719:1ac4039a2634

disapproval of revision 'c0c4c168411c9fbc5ccb9790a43e21a62f6dcd55'
author Luke Schierer <lschiere@pidgin.im>
date Tue, 01 May 2007 14:11:35 +0000
parents 3bd360f26a9e
children 56042b2f8b64
line wrap: on
line diff
--- a/libpurple/prpl.h	Tue May 01 05:53:57 2007 +0000
+++ b/libpurple/prpl.h	Tue May 01 14:11:35 2007 +0000
@@ -99,7 +99,7 @@
 	/**
 	 * Use a unique name, not an alias, for chat rooms.
 	 *
-	 * XMPP lets you choose what name you want for chat.
+	 * Jabber lets you choose what name you want for chat.
 	 * So it shouldn't be pulling the alias for when you're in chat;
 	 * it gets annoying.
 	 */
@@ -108,7 +108,7 @@
 	/**
 	 * Chat rooms have topics.
 	 *
-	 * IRC and XMPP support this.
+	 * IRC and Jabber support this.
 	 */
 	OPT_PROTO_CHAT_TOPIC = 0x00000008,
 
@@ -145,7 +145,7 @@
 	/**
 	 * Allows font size to be specified in sane point size
 	 *
-	 * Probably just XMPP and Y!M
+	 * Probably just Jabber and Y!M
 	 */
 	OPT_PROTO_USE_POINTSIZE = 0x00000100,