Ignore:
Timestamp:
2007-04-22T23:39:37Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0e7ab64
Parents:
e35d1a1
Message:

You can send messages too now. But it's still very kludgy and doesn't work
with anonymous rooms (ie about 95% of all available Jabber chatrooms?).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/message.c

    re35d1a1 r43671b9  
    8181               
    8282                if( fullmsg->len > 0 )
    83                         imcb_buddy_msg( ic, bud ? bud->bare_jid : from, fullmsg->str, 0, 0 );
     83                        imcb_buddy_msg( ic, bud ? bud->bare_jid : from, fullmsg->str,
     84                                        0, jabber_get_timestamp( node ) );
    8485               
    8586                g_string_free( fullmsg, TRUE );
Note: See TracChangeset for help on using the changeset viewer.