Changeset 85023c6 for protocols/jabber


Ignore:
Timestamp:
2007-07-15T15:47:34Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1baaef8
Parents:
1ffb46f
Message:

Added imcb_clean_handle() to sanitize handles properly (without putting
IRC-specific stuff into the Jabber module). Only using this in the MUC
code for now because this only works if the IM module can somehow convert
the cleaned up handle back to the original one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/conference.c

    r1ffb46f r85023c6  
    180180                                        if( bud->ext_jid[i] == '=' || bud->ext_jid[i] == '@' )
    181181                                                bud->ext_jid[i] = '_';
     182                               
     183                                /* Some program-specific restrictions. */
     184                                imcb_clean_handle( ic, bud->ext_jid );
    182185                        }
    183186                        bud->flags |= JBFLAG_IS_ANONYMOUS;
Note: See TracChangeset for help on using the changeset viewer.