25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

apply modification for the exmpp #jid{} record update

This commit is contained in:
Christophe Romain 2010-09-15 12:16:03 +02:00
parent 89a98be605
commit 52deb16676

View File

@ -62,8 +62,8 @@ process_local_iq(_From, _To, #iq{type = 'set'} = IQ) ->
process_sm_iq( process_sm_iq(
#jid{prep_node = Node, prep_domain = Domain} = From, #jid{node = Node, domain = Domain} = From,
#jid{prep_node = Node, prep_domain = Domain} = _To, #jid{node = Node, domain = Domain} = _To,
#iq{type = 'get'} = IQ) -> #iq{type = 'get'} = IQ) ->
get_ip(From, IQ); get_ip(From, IQ);