1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

Result of running "make format"

This commit is contained in:
Badlop 2025-02-19 11:03:56 +01:00
parent a32bfd1215
commit 45dafbcdcc

View file

@ -308,7 +308,8 @@ component_send_packet({#iq{from = From,
[]), []),
drop; drop;
{_, {unprivileged_iq}} -> {_, {unprivileged_iq}} ->
?DEBUG("Component ~ts sent a not-wrapped IQ stanza, routing it as-is.", [From#jid.lserver]), ?DEBUG("Component ~ts sent a not-wrapped IQ stanza, routing it as-is.",
[From#jid.lserver]),
IQ; IQ;
{_, {error, ErrType, _Err}} -> {_, {error, ErrType, _Err}} ->
?INFO_MSG("IQ not forwarded: Component tried to send not valid IQ stanza: ~p.", ?INFO_MSG("IQ not forwarded: Component tried to send not valid IQ stanza: ~p.",