Property
PurpleConversation:online
unstable since: 3.0
Description [src]
Whether or not the conversation is able to send and receive messages.
This is typically tied to whether or not the account that this conversation belongs is online or not.
However, if a protocol supports federated conversation, it is possible for a conversation to be offline if the server it is on is currently unreachable.
See also PurpleConversation:federated
.
Type:gboolean
Available since: 3.0
Default value | TRUE |
Getter method | purple_conversation_get_online() |
Setter method | purple_conversation_set_online() |