diff options
Diffstat (limited to '')
-rw-r--r-- | src/mod_disco.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_disco.erl b/src/mod_disco.erl index b7642b09..81a7cb91 100644 --- a/src/mod_disco.erl +++ b/src/mod_disco.erl @@ -109,7 +109,7 @@ process_local_iq_info(From, To, {iq, ID, Type, XMLNS, SubEl}) -> [{"xmlns", ?NS_DISCO_INFO}], [{xmlelement, "identity", [{"category", "service"}, - {"type", "jabber"}, + {"type", "im"}, {"name", "ejabberd"}], []}] ++ Features }]}; |