mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-14 00:23:34 -07:00
accounts: Support account-notify capability
This commit is contained in:
@@ -15,6 +15,7 @@ type Capability string
|
||||
|
||||
const (
|
||||
AccountTag Capability = "account-tag"
|
||||
AccountNotify Capability = "account-notify"
|
||||
AwayNotify Capability = "away-notify"
|
||||
ExtendedJoin Capability = "extended-join"
|
||||
MultiPrefix Capability = "multi-prefix"
|
||||
@@ -26,6 +27,7 @@ const (
|
||||
var (
|
||||
SupportedCapabilities = CapabilitySet{
|
||||
AccountTag: true,
|
||||
AccountNotify: true,
|
||||
AwayNotify: true,
|
||||
ExtendedJoin: true,
|
||||
MultiPrefix: true,
|
||||
|
||||
Reference in New Issue
Block a user