aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-07-01 20:58:23 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2007-07-01 20:58:23 +0100
commit9c9b37cbfa27a038bc57624cb9001f8db019290c (patch)
tree7fa0b45faaefb5b79e1688b7d95fb34f3f7c384d /protocols/jabber/jabber.h
parentb9f8b870f7b884747b747be91ce0ac797a7c6e82 (diff)
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. :-(
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r--protocols/jabber/jabber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index 51550af8..bc639fea 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -118,6 +118,7 @@ struct jabber_chat
{
int flags;
char *name;
+ char *my_full_jid; /* Separate copy because of case sensitivity. */
struct jabber_buddy *me;
};