mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Rename #error{} record to #stanza_error{}
This commit is contained in:
parent
5ec972b00f
commit
c29a48695d
25 changed files with 201 additions and 199 deletions
|
@ -243,7 +243,7 @@ handle_iq(From, To, Packet, State) ->
|
|||
end.
|
||||
|
||||
-spec process_iq(jid(), iq(), state()) -> {result, xmpp_element()} |
|
||||
{error, error()} | reply.
|
||||
{error, stanza_error()} | reply.
|
||||
process_iq(From, #iq{type = get, lang = Lang,
|
||||
sub_els = [#disco_info{}]}, State) ->
|
||||
{result, iq_disco_info(From, Lang, State)};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue