Changeset 696

Show
Ignore:
Timestamp:
09/01/08 13:49:55 (4 months ago)
Author:
jajcus
Message:

- always send contact list to GG server, even if empty (thanks to Ɓukasz Siudut)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/sessions.c

    r691 r696  
    485485                        s->connected=1; 
    486486                        session_send_status(s); 
    487                         if (s->user->contacts) session_send_notify(s); 
     487                        session_send_notify(s); 
    488488                        presence_send(s->s,NULL,s->user->jid,s->user->invisible?-1:1,NULL,s->gg_status_descr,0); 
    489489