Enumeration
PurpleProtocolOptions
Description [src]
Protocol options
These should all be stuff that some protocols can do and others can’t.
Members
-
OPT_PROTO_UNIQUE_CHATNAME
-
User names are unique to a chat and are not shared between rooms.
XMPP lets you choose what name you want in chats, so it shouldn’t be pulling the aliases from the buddy list for the chat list; it gets annoying. - Value:
4
- Available since: 3.0
- Value:
-
OPT_PROTO_CHAT_TOPIC
-
Chat rooms have topics.
IRC and XMPP support this. - Value:
8
- Available since: 3.0
- Value:
-
OPT_PROTO_NO_PASSWORD
-
Don’t require passwords for sign-in.
IRC doesn’t require passwords, so there’s no need for a password prompt. - Value:
16
- Available since: 3.0
- Value:
-
OPT_PROTO_MAIL_CHECK
-
Notify on new mail.
MSN and Yahoo notify you when you have new mail. - Value:
32
- Available since: 3.0
- Value:
-
OPT_PROTO_PASSWORD_OPTIONAL
-
Allow passwords to be optional.
Passwords in IRC are optional, and are needed for certain functionality. - Value:
128
- Available since: 3.0
- Value:
-
OPT_PROTO_USE_POINTSIZE
-
Allows font size to be specified in sane point size.
Probably just XMPP and Y!M. - Value:
256
- Available since: 3.0
- Value:
-
OPT_PROTO_REGISTER_NOSCREENNAME
-
Set the Register button active even when the username has not been specified.
Gadu-Gadu doesn’t need a username to register new account (because usernames are assigned by the server). - Value:
512
- Available since: 3.0
- Value:
-
OPT_PROTO_SLASH_COMMANDS_NATIVE
-
Indicates that slash commands are native to this protocol.
Used as a hint that unknown commands should not be sent as messages. Since: 2.1. - Value:
1024
- Available since: 3.0
- Value:
-
OPT_PROTO_INVITE_MESSAGE
-
Indicates that this protocol supports sending a user-supplied message along with an invitation. Since: 2.8.
- Value:
2048
- Available since: 3.0
- Value:
-
OPT_PROTO_AUTHORIZATION_GRANTED_MESSAGE
-
Indicates that this protocol supports sending a user-supplied message along with an authorization acceptance. Since: 3.0.
- Value:
4096
- Available since: 3.0
- Value:
-
OPT_PROTO_AUTHORIZATION_DENIED_MESSAGE
-
Indicates that this protocol supports sending a user-supplied message along with an authorization denial. Since: 3.0.
- Value:
8192
- Available since: 3.0
- Value: