feat(core): Handle less resource binding in the core connection class
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user