bool
is_online ()
bool
is_online ()
Whether the contact is online.
This will be `true` if the contact's presence type is higher than PresenceType.OFFLINE, as determined by PresenceDetails.typecmp .
`true` if the contact is online, `false` otherwise |