Future<void> sendEventToNegotiators(XmppEvent event) async { for (final negotiator in negotiators.values) { await negotiator.onXmppEvent(event); } }