Ignore:
Timestamp:
2012-02-10T18:00:00Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b5fe39b
Parents:
bb2d198
Message:

Support for "nameless" chatrooms on Jabber.

Just join #somechannel and start inviting people. It should Just Work,
like on other IM networks. Works at least with GTalk and with other
servers that have conference stuff installed on conference.$servername.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    rbb2d198 rfc0640e  
    163163        char *my_full_jid; /* Separate copy because of case sensitivity. */
    164164        struct jabber_buddy *me;
     165        char *invite;
    165166};
    166167
     
    339340/* conference.c */
    340341struct groupchat *jabber_chat_join( struct im_connection *ic, const char *room, const char *nick, const char *password );
     342struct groupchat *jabber_chat_with( struct im_connection *ic, char *who );
    341343struct groupchat *jabber_chat_by_jid( struct im_connection *ic, const char *name );
    342344void jabber_chat_free( struct groupchat *c );
Note: See TracChangeset for help on using the changeset viewer.