mirror of
https://github.com/matrix-construct/construct
synced 2025-01-01 10:24:13 +01:00
modules: Fix various mapi header names.
This commit is contained in:
parent
d751255c5a
commit
d81291e367
8 changed files with 10 additions and 9 deletions
|
@ -18,7 +18,7 @@ static event::id::buf set_keys(const m::keys &);
|
|||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"2.3 Retrieving Server Keys"
|
||||
"Federation 2.3 :Retrieving Server Keys"
|
||||
};
|
||||
|
||||
extern "C" void
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
using namespace ircd;
|
||||
|
||||
mapi::header IRCD_MODULE
|
||||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"Hosts the key server resource"
|
||||
"Federation 2.3.1.2 :Querying Keys Through Another Server"
|
||||
};
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"11.7 :Content repository (download)"
|
||||
"Client 11.7 :Content repository (download)"
|
||||
};
|
||||
|
||||
resource
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"Client-Sever 11.7.1.4 :Media thumbnails"
|
||||
"Client 11.7.1.4 :Media thumbnails"
|
||||
};
|
||||
|
||||
resource
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"11.7 :Content repository (upload)"
|
||||
"Client 11.7 :Content repository (upload)"
|
||||
};
|
||||
|
||||
resource
|
||||
|
|
|
@ -13,7 +13,7 @@ using namespace ircd;
|
|||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"Configuration module"
|
||||
"Server Configuration"
|
||||
};
|
||||
|
||||
const ircd::m::room::id::buf
|
||||
|
|
|
@ -13,7 +13,7 @@ using namespace ircd;
|
|||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"Configuration module"
|
||||
"Server Control"
|
||||
};
|
||||
|
||||
const ircd::m::room::id::buf
|
||||
|
|
|
@ -13,7 +13,7 @@ using namespace ircd;
|
|||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"Server nodes"
|
||||
"Server Nodes"
|
||||
};
|
||||
|
||||
m::room
|
||||
|
|
Loading…
Reference in a new issue