mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-22 07:44:46 -07:00
implement draft/webpush (#2205)
This commit is contained in:
committed by
GitHub
parent
efd3764337
commit
36e5451aa5
@@ -225,6 +225,18 @@ CAPDEFS = [
|
||||
url="https://github.com/ircv3/ircv3-specifications/pull/543",
|
||||
standard="proposed IRCv3",
|
||||
),
|
||||
CapDef(
|
||||
identifier="WebPush",
|
||||
name="draft/webpush",
|
||||
url="https://github.com/ircv3/ircv3-specifications/pull/471",
|
||||
standard="proposed IRCv3",
|
||||
),
|
||||
CapDef(
|
||||
identifier="SojuWebPush",
|
||||
name="soju.im/webpush",
|
||||
url="https://github.com/ircv3/ircv3-specifications/pull/471",
|
||||
standard="Soju/Goguma vendor",
|
||||
),
|
||||
]
|
||||
|
||||
def validate_defs():
|
||||
|
||||
Reference in New Issue
Block a user