Method

PurpleConversationget_online

since: 3.0

Declaration [src]

gboolean
purple_conversation_get_online (
  PurpleConversation* conversation
)

Description [src]

Gets whether or not conversation is online.

A conversation is considered offline when messages cannot be sent or received.

Available since: 3.0

Return value

Type: gboolean

TRUE if messages can be sent and received from conversation.