diff options
Diffstat (limited to 'protocols/jabber/iq.c')
| -rw-r--r-- | protocols/jabber/iq.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c index 31b92049..61417bcc 100644 --- a/protocols/jabber/iq.c +++ b/protocols/jabber/iq.c @@ -351,7 +351,7 @@ xt_status jabber_pkt_bind_sess( struct im_connection *ic, struct xt_node *node,  		{  			/* Server is crap, but this is no disaster. */  		} -		else if( strncmp( jd->me, c->text, strlen( jd->me ) ) != 0 ) +		else if( jabber_compare_jid( jd->me, c->text ) == 0 )  		{  			s = strchr( c->text, '/' );  			if( s ) | 
