PresencePreSendCallback typedef

PresencePreSendCallback = Future<List<XMLNode>> Function()

A function that will be called when presence, outside of subscription request management, will be sent. Useful for managers that want to add XMLNodes to said presence.

Implementation

typedef PresencePreSendCallback = Future<List<XMLNode>> Function();