feat(core): Allow implementing different negotiation strategies
Fixes #27.
This commit is contained in:
@@ -159,6 +159,7 @@ void main() {
|
||||
final connection = XmppConnection(
|
||||
TestingReconnectionPolicy(),
|
||||
AlwaysConnectedConnectivityManager(),
|
||||
ClientToServerNegotiator(),
|
||||
socket,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user