mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_disco: Allow configurable name in disco identity (defaults to 'Prosody')
This commit is contained in:
parent
8a79164f2b
commit
8b103580ec
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ do -- validate disco_items
|
|||
end
|
||||
end
|
||||
|
||||
module:add_identity("server", "im", "Prosody"); -- FIXME should be in the non-existing mod_router
|
||||
module:add_identity("server", "im", module:get_option_string("name", "Prosody")); -- FIXME should be in the non-existing mod_router
|
||||
module:add_feature("http://jabber.org/protocol/disco#info");
|
||||
module:add_feature("http://jabber.org/protocol/disco#items");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue