1
0
Fork 0
forked from External/ergo

Implement echo-message capability

This commit is contained in:
Daniel Oaks 2016-10-22 22:29:01 +10:00
parent b84dbb1a06
commit d9db688963
4 changed files with 10 additions and 2 deletions

View file

@ -18,6 +18,7 @@ const (
AccountNotify Capability = "account-notify"
AwayNotify Capability = "away-notify"
CapNotify Capability = "cap-notify"
EchoMessage Capability = "echo-message"
ExtendedJoin Capability = "extended-join"
InviteNotify Capability = "invite-notify"
MessageTags Capability = "draft/message-tags"
@ -33,6 +34,7 @@ var (
AccountNotify: true,
AwayNotify: true,
CapNotify: true,
EchoMessage: true,
ExtendedJoin: true,
InviteNotify: true,
MessageTags: true,