libpurple/protocols.h

branch
soc.2013.gobjectification.plugins
changeset 37146
b5b9c75a4b54
parent 36055
33978dc8ef6f
parent 37134
07746c9a04bf
child 37148
50f361d39a1e
equal deleted inserted replaced
37145:8826f95514fd 37146:b5b9c75a4b54
76 * @OPT_PROTO_NO_PASSWORD: Don't require passwords for sign-in.<sbr/> 76 * @OPT_PROTO_NO_PASSWORD: Don't require passwords for sign-in.<sbr/>
77 * Zephyr doesn't require passwords, so there's no need for a 77 * Zephyr doesn't require passwords, so there's no need for a
78 * password prompt. 78 * password prompt.
79 * @OPT_PROTO_MAIL_CHECK: Notify on new mail.<sbr/> 79 * @OPT_PROTO_MAIL_CHECK: Notify on new mail.<sbr/>
80 * MSN and Yahoo notify you when you have new mail. 80 * MSN and Yahoo notify you when you have new mail.
81 * @OPT_PROTO_IM_IMAGE: Images in IMs.<sbr/>
82 * Oscar lets you send images in direct IMs.
83 * @OPT_PROTO_PASSWORD_OPTIONAL: Allow passwords to be optional.<sbr/> 81 * @OPT_PROTO_PASSWORD_OPTIONAL: Allow passwords to be optional.<sbr/>
84 * Passwords in IRC are optional, and are needed for certain 82 * Passwords in IRC are optional, and are needed for certain
85 * functionality. 83 * functionality.
86 * @OPT_PROTO_USE_POINTSIZE: Allows font size to be specified in sane point 84 * @OPT_PROTO_USE_POINTSIZE: Allows font size to be specified in sane point
87 * size.<sbr/> 85 * size.<sbr/>
111 { 109 {
112 OPT_PROTO_UNIQUE_CHATNAME = 0x00000004, 110 OPT_PROTO_UNIQUE_CHATNAME = 0x00000004,
113 OPT_PROTO_CHAT_TOPIC = 0x00000008, 111 OPT_PROTO_CHAT_TOPIC = 0x00000008,
114 OPT_PROTO_NO_PASSWORD = 0x00000010, 112 OPT_PROTO_NO_PASSWORD = 0x00000010,
115 OPT_PROTO_MAIL_CHECK = 0x00000020, 113 OPT_PROTO_MAIL_CHECK = 0x00000020,
116 OPT_PROTO_IM_IMAGE = 0x00000040,
117 OPT_PROTO_PASSWORD_OPTIONAL = 0x00000080, 114 OPT_PROTO_PASSWORD_OPTIONAL = 0x00000080,
118 OPT_PROTO_USE_POINTSIZE = 0x00000100, 115 OPT_PROTO_USE_POINTSIZE = 0x00000100,
119 OPT_PROTO_REGISTER_NOSCREENNAME = 0x00000200, 116 OPT_PROTO_REGISTER_NOSCREENNAME = 0x00000200,
120 OPT_PROTO_SLASH_COMMANDS_NATIVE = 0x00000400, 117 OPT_PROTO_SLASH_COMMANDS_NATIVE = 0x00000400,
121 OPT_PROTO_INVITE_MESSAGE = 0x00000800, 118 OPT_PROTO_INVITE_MESSAGE = 0x00000800,

mercurial