Enumeration
PurpleProtocolOptions
Description [src]
Protocol options
These should all be stuff that some protocols can do and others can’t.
Members
Name | Description |
---|---|
OPT_PROTO_UNIQUE_CHATNAME |
User names are unique to a chat and are not
shared between rooms. |
OPT_PROTO_CHAT_TOPIC |
Chat rooms have topics. |
OPT_PROTO_NO_PASSWORD |
Don’t require passwords for sign-in. |
OPT_PROTO_MAIL_CHECK |
Notify on new mail. |
OPT_PROTO_PASSWORD_OPTIONAL |
Allow passwords to be optional. |
OPT_PROTO_USE_POINTSIZE |
Allows font size to be specified in sane point
size. |
OPT_PROTO_REGISTER_NOSCREENNAME |
Set the Register button active even when
the username has not been specified. |
OPT_PROTO_SLASH_COMMANDS_NATIVE |
Indicates that slash commands are native
to this protocol. |
OPT_PROTO_INVITE_MESSAGE |
Indicates that this protocol supports sending a user-supplied message along with an invitation. Since: 2.8 |
OPT_PROTO_AUTHORIZATION_GRANTED_MESSAGE |
Indicates that this protocol supports sending a user-supplied message along with an authorization acceptance. Since: 3.0 |
OPT_PROTO_AUTHORIZATION_DENIED_MESSAGE |
Indicates that this protocol supports sending a user-supplied message along with an authorization denial. Since: 3.0 |