forked from External/ergo
Implement echo-message capability
This commit is contained in:
parent
b84dbb1a06
commit
d9db688963
4 changed files with 10 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue