Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    r823de9d r94acdd0  
    425425}
    426426
    427 static struct groupchat *jabber_chat_join_( struct im_connection *ic, char *room, char *nick, char *password )
     427static struct groupchat *jabber_chat_join_( struct im_connection *ic, const char *room, const char *nick, const char *password )
    428428{
    429429        if( strchr( room, '@' ) == NULL )
     
    528528       
    529529        ret->name = "jabber";
    530     ret->mms = 0;                        /* no limit */
    531530        ret->login = jabber_login;
    532531        ret->init = jabber_init;
Note: See TracChangeset for help on using the changeset viewer.