encrypted property

bool encrypted
final

Flag indicating whether the stanza that is sent is already encrypted (true) or not (false). This is only useful for E2EE implementations that have to send heartbeats that must bypass themselves.

Implementation

final bool encrypted;