PresencePreSendCallback typedef
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();