aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/jabber/jabber_util.c')
-rw-r--r--protocols/jabber/jabber_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber_util.c b/protocols/jabber/jabber_util.c
index f850e9d6..0fcc8338 100644
--- a/protocols/jabber/jabber_util.c
+++ b/protocols/jabber/jabber_util.c
@@ -307,7 +307,7 @@ void jabber_buddy_ask( struct im_connection *ic, char *handle )
g_free( buf );
}
-/* Compares two Jabber IDs to check for match. */
+/* Compares just the bare portions of two Jabber IDs. */
int jabber_compare_jid( const char *jid1, const char *jid2 )
{
int i;