Method

PurpleProtocolServerkeepalive

since: 3.0.0

Declaration [src]

void
purple_protocol_server_keepalive (
  PurpleProtocolServer* protocol_server,
  PurpleConnection* connection
)

Description [src]

Tell protocol_server to send its keep alive to the server.

Available since: 3.0.0

Parameters

connection

Type: PurpleConnection

The PurpleConnection instance.

The data is owned by the caller of the function.