comparison 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
comparison
equal deleted inserted replaced
16718:3bd360f26a9e 16719:1ac4039a2634
97 typedef enum 97 typedef enum
98 { 98 {
99 /** 99 /**
100 * Use a unique name, not an alias, for chat rooms. 100 * Use a unique name, not an alias, for chat rooms.
101 * 101 *
102 * XMPP lets you choose what name you want for chat. 102 * Jabber lets you choose what name you want for chat.
103 * So it shouldn't be pulling the alias for when you're in chat; 103 * So it shouldn't be pulling the alias for when you're in chat;
104 * it gets annoying. 104 * it gets annoying.
105 */ 105 */
106 OPT_PROTO_UNIQUE_CHATNAME = 0x00000004, 106 OPT_PROTO_UNIQUE_CHATNAME = 0x00000004,
107 107
108 /** 108 /**
109 * Chat rooms have topics. 109 * Chat rooms have topics.
110 * 110 *
111 * IRC and XMPP support this. 111 * IRC and Jabber support this.
112 */ 112 */
113 OPT_PROTO_CHAT_TOPIC = 0x00000008, 113 OPT_PROTO_CHAT_TOPIC = 0x00000008,
114 114
115 /** 115 /**
116 * Don't require passwords for sign-in. 116 * Don't require passwords for sign-in.
143 OPT_PROTO_PASSWORD_OPTIONAL = 0x00000080, 143 OPT_PROTO_PASSWORD_OPTIONAL = 0x00000080,
144 144
145 /** 145 /**
146 * Allows font size to be specified in sane point size 146 * Allows font size to be specified in sane point size
147 * 147 *
148 * Probably just XMPP and Y!M 148 * Probably just Jabber and Y!M
149 */ 149 */
150 OPT_PROTO_USE_POINTSIZE = 0x00000100, 150 OPT_PROTO_USE_POINTSIZE = 0x00000100,
151 151
152 /** 152 /**
153 * Set the Register button active when screenname is not given. 153 * Set the Register button active when screenname is not given.