XmppAccountSettings class

Constructors

XmppAccountSettings(String name, String username, String domain, String password, int port, {String? host, String? resource, String? wsPath, List<String>? wsProtocols})

Properties

ackEnabled bool
getter/setter pair
domain String
getter/setter pair
fullJid Jid
no setter
hashCode int
The hash code for this object.
no setterinherited
host String?
getter/setter pair
name String
getter/setter pair
password String
getter/setter pair
port int
getter/setter pair
reconnectionTimeout int
getter/setter pair
resource String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smResumable bool
getter/setter pair
totalReconnections int
getter/setter pair
username String
getter/setter pair
wsPath String?
getter/setter pair
wsProtocols List<String>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJid(String jid, String password) XmppAccountSettings
for port setting by default used default XMPP port 5222, for the Web platform set it manually via XmppAccountSettings.port