diff libpurple/protocols/jabber/presence.c @ 28779:d1c18bd588e2

jabber: Fix a comment.
author Paul Aurich <paul@darkrain42.org>
date Tue, 20 Oct 2009 21:20:22 +0000
parents d9eb51a3a3a2
children 96ba7fd24177 7819d3819f4c
line wrap: on
line diff
--- a/libpurple/protocols/jabber/presence.c	Tue Oct 20 19:38:35 2009 +0000
+++ b/libpurple/protocols/jabber/presence.c	Tue Oct 20 21:20:22 2009 +0000
@@ -476,7 +476,7 @@
 	/*
 	 * Versions of libpurple before 2.6.0 didn't advertise this capability, so
 	 * we can't yet use Entity Capabilities to determine whether or not the
-	 * other client supports Entity Capabilities.
+	 * other client supports Chat States.
 	 */
 	if (jabber_resource_has_capability(jbr, "http://jabber.org/protocol/chatstates"))
 		jbr->chat_states = JABBER_CHAT_STATES_SUPPORTED;