Constructor
new Client(settingsopt)
- Source:
Construct a Client.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object |
<optional> |
The settings for the Client. Properties
|
Extends
- EventEmitter
Members
(readonly) conversations :ConversationManager
- Source:
The ConversationManager belonging to this Client.
Type:
(readonly) user :ClientUser
- Source:
The ClientUser belonging to this Client.
Type:
Methods
(async) connect() → {Promise.<undefined>}
- Source:
Connect to the signal-cli daemon over D-Bus.
Returns:
- Type
- Promise.<undefined>
Events
disconnect
- Source:
Disconnect event.
Fires when the D-Bus connection is disconnected.
The connect
method must be called again afterwards in order to reconnect.
error
- Source:
Error event. Fires when an error occurs.
Type:
- Error
message
- Source:
Message event. Fires when a message is received.