aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-15 16:16:53 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-15 16:16:53 +0100
commitcc9079ee091707aba3d5b0580a6191eb4541cbec (patch)
treef3e4bd989411795a4f5184eea5bcbc68be3713b5 /protocols/jabber
parentf56c4917aa26670c03ef9cf4ecdfe2f7fad92aed (diff)
parentc998255d6aa501281c6266a5f1dce69d4c3afab4 (diff)
Merge from other branch.
Diffstat (limited to 'protocols/jabber')
-rw-r--r--protocols/jabber/jabber.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c
index 5d499950..25b51ba4 100644
--- a/protocols/jabber/jabber.c
+++ b/protocols/jabber/jabber.c
@@ -2435,6 +2435,7 @@ void jabber_init()
ret->buddy_free = jabber_buddy_free;
ret->alias_buddy = jabber_roster_update;
ret->group_buddy = jabber_group_change;
+ ret->cmp_buddynames = g_strcasecmp;
register_protocol (ret);
}