XMPP
OBJECT
|
| |
| |
sends SSI events as XMPP messages |
| |
| |
+ |
JID
|
CHAR
|
1024
|
''
|
LOCK
|
JID of user account
|
| |
+ |
password
|
CHAR
|
1024
|
''
|
LOCK
|
password of user account
|
| |
+ |
useSaslMechPlain
|
BOOL
|
1
|
'false'
|
LOCK
|
use SaslMechPlain to connect to server (see gloox documentation)
|
| |
+ |
recipient
|
CHAR
|
1024
|
''
|
LOCK
|
JID of recipient of messages
|
| |
+ |
msgFormat
|
INT
|
1
|
'0'
|
LOCK
|
message format (0: csv, 1: json, 2: template)
|
| |
+ |
csvChr
|
CHAR
|
1
|
';'
|
LOCK
|
split char for csv message format
|
| |
+ |
templatesDir
|
CHAR
|
1024
|
'msg_templates'
|
LOCK
|
path to templates used if "msgFormat" set to "template"
|
| |
+ |
publishToNode
|
BOOL
|
1
|
'false'
|
LOCK
|
use publish node instead of recipient
|
| |
+ |
pubNodeName
|
CHAR
|
1024
|
''
|
LOCK
|
name of publish node
|
| |
+ |
pubNodeService
|
CHAR
|
1024
|
''
|
LOCK
|
name of service for publish node (e.g. pubsub.servername)
|
| |
+ |
sname
|
CHAR
|
1024
|
'XMPP'
|
LOCK
|
name of sender for events received by incoming messages
|
| |
+ |
ename
|
CHAR
|
1024
|
'message'
|
LOCK
|
name of event for events received by incoming messages
|
| |
+ |
sname_sub
|
CHAR
|
1024
|
'XMPP'
|
LOCK
|
name of sender for events received by incoming node events
|
| |
+ |
ename_sub
|
CHAR
|
1024
|
'node_event'
|
LOCK
|
name of event for events received by incoming node events
|
| |
+ |
subscribeToNode
|
BOOL
|
1
|
'false'
|
LOCK
|
subscribe to node
|
| |
+ |
subNodeName
|
CHAR
|
1024
|
''
|
LOCK
|
name of subscription node
|
| |
+ |
subNodeService
|
CHAR
|
1024
|
''
|
LOCK
|
name of service for subscription node (e.g. pubsub.servername)
|
| |