Mercurial > pidgin.yaz
comparison libpurple/prpl.h @ 16727:3bd360f26a9e
s/Jabber/XMPP/ in user-visible places.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 01 May 2007 05:53:57 +0000 |
parents | 516f14bef90e |
children | 1ac4039a2634 |
comparison
equal
deleted
inserted
replaced
16725:bb6cfc641496 | 16727:3bd360f26a9e |
---|---|
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 * Jabber lets you choose what name you want for chat. | 102 * XMPP 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 Jabber support this. | 111 * IRC and XMPP 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 Jabber and Y!M | 148 * Probably just XMPP 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. |