Method

PurpleProtocolChatjoin

since: 3.0

Declaration [src]

void
purple_protocol_chat_join (
  PurpleProtocolChat* protocol_chat,
  PurpleConnection* connection,
  GHashTable* components
)

Description [src]

Joins the chat described in components.

Available since: 3.0

Parameters

connection

Type: PurpleConnection

The PurpleConnection instance.

The data is owned by the caller of the function.
components

Type: GHashTable

The protocol dependent join components.

The data is owned by the caller of the function.