Property
PurpleAccount:protocol
unstable since: 3.0
Description [src]
The protocol that this account is using.
This will set PurpleAccount:protocol-id
to the
PurpleProtocol:id
of the new protocol.
If PurpleAccount:protocol-id
is set first, this will be lazy
initialized by the first call to purple_account_get_protocol()
.
Type:PurpleProtocol
Available since: 3.0
Getter method | purple_account_get_protocol() |