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.
This commit is contained in:
Janet Blackquill
2021-12-18 16:43:29 -05:00
committed by GitHub
parent 6cb359cb80
commit dbedc99421
31 changed files with 29626 additions and 0 deletions

View File

@@ -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