You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/gateway
Wim fb713ed91b
Add initial support for getting ChannelMember info of all bridges (#678)
* Add initial support for getting ChannelMember info of all bridges.

Adds an EventGetChannelMembers event, which gets send every x time to
all bridges. Bridges should respond on this event with a Message
containing ChannelMembers in the EventGetChannelMembers key in the
Extra field.

handleEventGetChannelMembers will handle this Message and sets the
contained ChannelMembers to the Bridge struct.

* Add ChannelMembers support to the slack bridge
6 years ago
..
bridgemap Extract bridgeMap into own package to improve testability (#601) 6 years ago
samechannel Use logrus imports instead of log (#662) 6 years ago
gateway.go Fail if channel starts with hashtag (mattermost). Closes #625 6 years ago
gateway_test.go Use logrus imports instead of log (#662) 6 years ago
handlers.go Add initial support for getting ChannelMember info of all bridges (#678) 6 years ago
router.go Add initial support for getting ChannelMember info of all bridges (#678) 6 years ago