Changeset 0e7ab64 for protocols/jabber


Ignore:
Timestamp:
2007-04-23T02:58:44Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2d317bb
Parents:
43671b9
Message:

Got rid of one HORRIBLE stupidity called chat_by_channel(), which still
used the GLOBAL IM connections list, allowing user A to interfere with
user B's groupchats if running in daemon mode. I can't believe this was
still there...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/conference.c

    r43671b9 r0e7ab64  
    102102
    103103/* Not really the same syntax as the normal pkt_ functions, but this isn't
    104    called by the xmltree parser exactly and this way I can add some extra
     104   called by the xmltree parser directly and this way I can add some extra
    105105   parameters so we won't have to repeat too many things done by the caller
    106106   already. */
     
    151151                if( s ) *s = '/';
    152152        }
    153         else if( type ) /* This only gets called if type=="unavailable" */
     153        else if( type ) /* This only gets called if type is NULL or "unavailable" */
    154154        {
    155155                /* Won't handle this for now. */
Note: See TracChangeset for help on using the changeset viewer.