Class UserConfig
Defined in: sdk.js.
Constructor Attributes | Constructor Name and Description |
---|---|
This object models a user.
|
Field Attributes | Field Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
addCredentials(connection)
|
|
parseXML(element)
|
|
toXML()
|
Class Detail
UserConfig()
This object models a user.
It can be used from a chat UI, or with the Libre Web API.
It can convert itself to/from XML for web API usage.
This can be used to connect, create, edit, or browse a user instance.
Field Detail
avatar
bio
bots
connects
email
hint
joined
lastConnect
messages
name
newPassword
over18
password
posts
showName
website
Method Detail
addCredentials(connection)
- Parameters:
- connection
parseXML(element)
- Parameters:
- element
toXML()