weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 3c2a871610868db20d260602c1c07013564aaee6
parent ad41f2be62feece11f505cfbb8facd4e612a14ad
Author: Matthew Horan <matt@matthoran.com>
Date:   Sun,  8 Nov 2020 13:23:53 -0500

Note that weechat relay must use weechat protocol

Closes #32

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -32,6 +32,8 @@ All examples below uses `example.com` as hostname, and `5555` as port number, bu /set relay.network.password <your secret password> ``` +Note that weechatRN requires the relay to be configured with the "weechat" protocol, not the "irc" protocol. + ### Webserver configuration (probably not needed): If you need to proxy though another host and happen to be using Caddy as your webserver, you can use my config file below: