feat(core): Handle less resource binding in the core connection class

This commit is contained in:
2023-04-01 12:28:11 +02:00
parent af8bc606d6
commit f460e5ebe9
13 changed files with 53 additions and 38 deletions

View File

@@ -63,7 +63,6 @@ XmppManagerAttributes mkAttributes(void Function(Stanza) callback) {
password: 'password',
useDirectTLS: true,
),
isFeatureSupported: (_) => false,
getFullJID: () => JID.fromString('hallo@example.server/uwu'),
getSocket: () => StubTCPSocket([]),
getConnection: () => XmppConnection(