0.0.30 • Published 5 years ago
@monksoftware/bob-core v0.0.30
bot-webclient - EiME Bot Platform Web Client
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Generate Stand-alone Web Component
npm run build-wc
Chat configuration file
To load the configuration variables you've to add a json file named `config.json` into the `src/config` folder.
This file has to have the following structure:
{
"XMPP_ENDPOINT": "wss://...",
"XMPP_DOMAIN": "botname_here",
"XMPP_RECEIVER": "botdomain_here",
"XMPP_THREAD": "not always necessary",
"BASE_ENDPOINT": "https://xmpp-ENV.monksoftware.it/api/v1",
"ATTACHMENTS_ENDPOINT": "https://xmpp-ENV.monksoftware.it/api/v1/attachments"
}
MISC
This webchat uses PLAIN XMPP login method as default. If you need or want to use ANONYMOUS XMPP login feature instead, you just need to avoid to setup CHAT_USERNAME and CHAT_PWD into configuration file and it will magically works!
0.0.30
5 years ago
0.0.28
5 years ago
0.0.29
5 years ago
0.0.27
5 years ago
0.0.25
5 years ago
0.0.24
5 years ago
0.0.23
5 years ago
0.0.22
5 years ago
0.0.21
5 years ago
0.0.20
5 years ago
0.0.13
5 years ago
0.0.14
5 years ago
0.0.15
5 years ago
0.0.18
5 years ago
0.0.19
5 years ago
0.0.11
5 years ago
0.0.12
5 years ago
0.0.10
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.5
5 years ago
0.0.6
5 years ago
0.0.2
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago