XmppAccountSettings constructor

XmppAccountSettings(
  1. String name,
  2. String username,
  3. String domain,
  4. String password,
  5. int port, {
  6. String? host,
  7. String? resource,
  8. String? wsPath,
  9. List<String>? wsProtocols,
})

Implementation

XmppAccountSettings(this.name, this.username, this.domain, this.password, this.port, {this.host, this.resource, this.wsPath, this.wsProtocols} );