# HG changeset patch # User Myhailo Danylenko # Date 1270480629 -10800 # Node ID 1f5015ef43e8f6bd63a13cd39b799109e4436408 # Parent c1d0187f0959fbe6f2fc3b96221fb20347cce4ca Accept identity without name diff -r c1d0187f0959 -r 1f5015ef43e8 mcabber/mcabber/caps.c --- a/mcabber/mcabber/caps.c Mon Apr 05 11:40:00 2010 +0200 +++ b/mcabber/mcabber/caps.c Mon Apr 05 18:17:09 2010 +0300 @@ -75,7 +75,7 @@ const char *type) { caps *c; - if (!hash || !category || !name || !type) + if (!hash || !category || !type) return; c = g_hash_table_lookup(caps_cache, hash);