matrix-appservice-kakaotalk/node
Andrew Ferrazzutti 59ea91519a Split state into "logged in" and "connected"
Logged in = have (supposedly valid) session tokens
Connected = have an active TalkClient session
2022-04-01 05:11:46 -04:00
..
src Split state into "logged in" and "connected" 2022-04-01 05:11:46 -04:00
.gitignore Initial commit 2022-02-25 02:22:50 -05:00
README.md Add README and setup instructions 2022-03-13 00:57:45 -05:00
example-config.json Initial commit 2022-02-25 02:22:50 -05:00
package-lock.json Include security fix for follow-redirects 2022-03-11 20:40:33 -05:00
package.json Initial commit 2022-02-25 02:22:50 -05:00

README.md

Listen config

If type is unix, path is the path where to create the socket.

If type is tcp, port and host are the host/port where to listen.