diff libpurple/protocols/jabber/usernick.c @ 26773:e816444c1a01

Handle User Nick notifications via <presence/> stanzas (receive-only). Refs #864.
author Paul Aurich <paul@darkrain42.org>
date Sat, 02 May 2009 04:14:09 +0000
parents c4fd9222dda1
children 5872d1bc546f
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usernick.c	Sat May 02 04:02:53 2009 +0000
+++ b/libpurple/protocols/jabber/usernick.c	Sat May 02 04:14:09 2009 +0000
@@ -35,7 +35,7 @@
 	xmlnode *nick;
 	char *nickname = NULL;
 
-	/* ignore the tune of people not on our buddy list */
+	/* ignore the nick of people not on our buddy list */
 	if (!buddy || !item)
 		return;