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
1 changed files with 2 additions and 2 deletions

View File

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