Software /
code /
prosody
Diff
plugins/mod_disco.lua @ 12388:50fcd3879482 0.12.0
spelling: non-existing mistakes (thanks timeless)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 07 Mar 2022 00:35:29 +0100 |
parent | 12017:b3f040e57835 |
child | 12642:9061f9621330 |
child | 13408:d7857ef7843a |
line wrap: on
line diff
--- a/plugins/mod_disco.lua Mon Mar 07 00:13:56 2022 +0100 +++ b/plugins/mod_disco.lua Mon Mar 07 00:35:29 2022 +0100 @@ -36,7 +36,7 @@ end if module:get_host_type() == "local" then - module:add_identity("server", "im", module:get_option_string("name", "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 nonexisting mod_router end module:add_feature("http://jabber.org/protocol/disco#info"); module:add_feature("http://jabber.org/protocol/disco#items");