Ignore:
Timestamp:
2007-04-22T23:39:37Z (18 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/jabber.h

    re35d1a1 r43671b9  
    144144#define XMLNS_TIME         "jabber:iq:time"                     /* XEP-0090 */
    145145#define XMLNS_VCARD        "vcard-temp"                         /* XEP-0054 */
     146#define XMLNS_DELAY        "jabber:x:delay"                     /* XEP-0091 */
    146147#define XMLNS_CHATSTATES   "http://jabber.org/protocol/chatstates"  /* 0085 */
    147148#define XMLNS_DISCOVER     "http://jabber.org/protocol/disco#info"  /* 0030 */
     
    192193int jabber_buddy_remove_bare( struct im_connection *ic, char *bare_jid );
    193194struct groupchat *jabber_chat_by_name( struct im_connection *ic, const char *name );
     195time_t jabber_get_timestamp( struct xt_node *xt );
    194196
    195197extern const struct jabber_away_state jabber_away_state_list[];
     
    211213/* conference.c */
    212214struct groupchat *jabber_chat_join( struct im_connection *ic, char *room, char *nick, char *password );
     215int jabber_chat_msg( struct groupchat *ic, char *message, int flags );
    213216int jabber_chat_leave( struct groupchat *c, const char *reason );
    214217void jabber_chat_pkt_presence( struct im_connection *ic, struct jabber_buddy *bud, struct xt_node *node );
Note: See TracChangeset for help on using the changeset viewer.