matrix-appservice-kakaotalk/node
Andrew Ferrazzutti db33378345 Support inbound channel adding, and log remaining events
Also use more consistent grammar for event log messages
2022-04-23 17:01:39 -04:00
..
src Support inbound channel adding, and log remaining events 2022-04-23 17:01:39 -04:00
.gitignore Initial commit 2022-02-25 02:22:50 -05:00
README.md Add Node config for overwriting socket file if it exists 2022-04-20 23:06:37 -04:00
example-config.json Add Node config for overwriting socket file if it exists 2022-04-20 23:06:37 -04:00
package-lock.json npm audit fix 2022-04-11 03:22:48 -04: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, and force is whether to overwrite the socket file if it already exists.

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