postSendExtensions property

TypedMap<StanzaHandlerExtension>? postSendExtensions
final

This makes the Stream Management implementation, when available, ignore the stanza, meaning that it gets counted but excluded from resending. This should never have to be set to true.

Implementation

final TypedMap<StanzaHandlerExtension>? postSendExtensions;