Ignore:
Timestamp:
2007-07-01T19:58:23Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c377417
Parents:
b9f8b87
Message:

Keeping an original (not normalized) copy of the user's nickname. This
fixes a bug reported by James Teh in the monster ticket #20. There's no
proper garbage collection yet in the Jabber conference code, really have
to do that soon. :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    rb9f8b87 r9c9b37c  
    119119        int flags;
    120120        char *name;
     121        char *my_full_jid; /* Separate copy because of case sensitivity. */
    121122        struct jabber_buddy *me;
    122123};
Note: See TracChangeset for help on using the changeset viewer.