Skip to content

Commit

Permalink
feat: Waku v2 bridge
Browse files Browse the repository at this point in the history
Issue #12610
  • Loading branch information
endulab committed Jan 19, 2024
1 parent 6dafebc commit 8b54863
Show file tree
Hide file tree
Showing 6,917 changed files with 2,003,394 additions and 23,437 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 5 additions & 1 deletion bridge/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ type Protocol struct {
Charset string // irc
ClientID string // msteams
ColorNicks bool // only irc for now
DataDir string // status
Debug bool // general
DebugLevel int // only for irc now
DisableWebPagePreview bool // telegram
Expand All @@ -107,6 +108,8 @@ type Protocol struct {
Jid string // xmpp
JoinDelay string // all protocols
Label string // all protocols
ListenPort int // status
ListenAddr string // status
Login string // mattermost, matrix
LogFile string // general
MediaDownloadBlackList []string
Expand Down Expand Up @@ -161,7 +164,7 @@ type Protocol struct {
Team string // mattermost, keybase
TeamID string // msteams
TenantID string // msteams
Token string // gitter, slack, discord, api, matrix
Token string // gitter, slack, discord, api, matrix, status
Topic string // zulip
URL string // mattermost, slack // DEPRECATED
UseAPI bool // mattermost, slack
Expand Down Expand Up @@ -220,6 +223,7 @@ type BridgeValues struct {
Matrix map[string]Protocol
Slack map[string]Protocol
SlackLegacy map[string]Protocol
Status map[string]Protocol
Steam map[string]Protocol
Gitter map[string]Protocol
XMPP map[string]Protocol
Expand Down
Loading

0 comments on commit 8b54863

Please sign in to comment.