skip property

bool skip
getter/setter pair

Only useful in combination with done = true: When skip is set to true and this StanzaHandlerData object is returned from a IncomingPreStanzaHandler, then moxxmpp will skip checking whether the stanza was awaited and will not run any actual IncomingStanzaHandler callbacks.

Implementation

bool skip;