diff options
Diffstat (limited to 'protocols/jabber/presence.c')
| -rw-r--r-- | protocols/jabber/presence.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/jabber/presence.c b/protocols/jabber/presence.c index 63d4f66a..e53978ea 100644 --- a/protocols/jabber/presence.c +++ b/protocols/jabber/presence.c @@ -194,7 +194,7 @@ int presence_send_update( struct im_connection *ic )  	{  		struct jabber_chat *jc = c->data; -		xt_add_attr( node, "to", jc->me->full_jid ); +		xt_add_attr( node, "to", jc->my_full_jid );  		st = jabber_write_packet( ic, node );  	} | 
