Method

PurpleConversationget_federated

since: 3.0

Declaration [src]

gboolean
purple_conversation_get_federated (
  PurpleConversation* conversation
)

Description [src]

Gets whether or not conversation is federated.

Depending on the underlying protocol, conversations can be federated, which means they can be running on a different server. When a protocol creates a federated conversation, it takes the responsibility of managing the PurpleConversation:online state of the conversation.

Available since: 3.0

Return value

Type: gboolean

TRUE if conversation is federated otherwise FALSE.