From dbedc994216fa2e932f1aefd3ea27832419b85ef Mon Sep 17 00:00:00 2001 From: Janet Blackquill Date: Sat, 18 Dec 2021 16:43:29 -0500 Subject: Add support for Harmony (#1656) Harmony is a relatively new (1,5yo) chat protocol with a small community. This introduces support for Harmony into Matterbridge, using the functionality specifically designed for bridge bots. The implementation is a modest 200 lines of code. --- vendor/github.com/harmony-development/shibshib/buf.gen.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vendor/github.com/harmony-development/shibshib/buf.gen.yaml (limited to 'vendor/github.com/harmony-development/shibshib/buf.gen.yaml') diff --git a/vendor/github.com/harmony-development/shibshib/buf.gen.yaml b/vendor/github.com/harmony-development/shibshib/buf.gen.yaml new file mode 100644 index 00000000..7d8ef040 --- /dev/null +++ b/vendor/github.com/harmony-development/shibshib/buf.gen.yaml @@ -0,0 +1,12 @@ +version: v1 +managed: + enabled: true + go_package_prefix: + default: github.com/harmony-development/shibshib/gen +plugins: + - name: go + out: gen + opt: paths=source_relative + - name: go-hrpc + out: gen + opt: paths=source_relative \ No newline at end of file -- cgit v1.2.3