diff --git a/src/stun/ejabberd_stun.erl b/src/stun/ejabberd_stun.erl index d5085821f..2c27f321d 100644 --- a/src/stun/ejabberd_stun.erl +++ b/src/stun/ejabberd_stun.erl @@ -197,7 +197,6 @@ process(Addr, Port, #stun{class = request, unsupported = []} = Msg) -> 'MAPPED-ADDRESS' = {Addr, Port}}; new -> Resp#stun{class = response, - 'MAPPED-ADDRESS' = {Addr, Port}, 'XOR-MAPPED-ADDRESS' = {Addr, Port}} end; true ->