mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Fix some dialyzer warnings
This commit is contained in:
parent
b2de1d7438
commit
940ca9311d
53 changed files with 244 additions and 242 deletions
|
@ -46,7 +46,7 @@
|
|||
-callback set_data(binary(), binary(), [{binary(), xmlel()}]) -> {atomic, any()}.
|
||||
-callback get_data(binary(), binary(), binary()) -> {ok, xmlel()} | error.
|
||||
-callback get_all_data(binary(), binary()) -> [xmlel()].
|
||||
-callback remove_user(binary(), binary()) -> {atomic, any()}.
|
||||
-callback remove_user(binary(), binary()) -> any().
|
||||
|
||||
start(Host, Opts) ->
|
||||
IQDisc = gen_mod:get_opt(iqdisc, Opts, fun gen_iq_handler:check_type/1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue