mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix build of blank JID
This commit is contained in:
parent
b605295f9d
commit
a51df8db6e
@ -82,7 +82,7 @@ unauthenticated_iq_register(_Acc,
|
||||
BareJID,
|
||||
IQ_Rec,
|
||||
Address),
|
||||
exmpp_iq:iq_to_xmlel(ResIQ, BareJID, undefined);
|
||||
exmpp_iq:iq_to_xmlel(ResIQ, BareJID, exmpp_jid:make());
|
||||
|
||||
unauthenticated_iq_register(Acc, _Server, _IQ, _IP) ->
|
||||
Acc.
|
||||
|
Loading…
Reference in New Issue
Block a user