Enumeration

PurpleMessageFlags

Declaration

flags Purple.MessageFlags

Description [src]

Flags applicable to a message. Most will have send, recv or system.

Members

Name Description
PURPLE_MESSAGE_SEND

Outgoing message.

PURPLE_MESSAGE_RECV

Incoming message.

PURPLE_MESSAGE_SYSTEM

System message.

PURPLE_MESSAGE_AUTO_RESP

Auto response.

PURPLE_MESSAGE_ACTIVE_ONLY

Hint to the UI that this message should not be shown in conversations which are only open for internal UI purposes (e.g. for contact-aware conversations).

PURPLE_MESSAGE_NICK

Contains your nick.

PURPLE_MESSAGE_NO_LOG

Do not log.

PURPLE_MESSAGE_ERROR

Error message.

PURPLE_MESSAGE_DELAYED

Delayed message.

PURPLE_MESSAGE_RAW

Raw” message - don’t apply formatting.

PURPLE_MESSAGE_NOTIFY

Message is a notification.

PURPLE_MESSAGE_NO_LINKIFY

Message should not be auto-linkified. Since: 2.1

PURPLE_MESSAGE_INVISIBLE

Message should not be displayed. Since: 2.2

PURPLE_MESSAGE_FORWARDED

The message has been forward to the recipient. Since: 3.0