changeset 28779:d1c18bd588e2

jabber: Fix a comment.
author Paul Aurich <paul@darkrain42.org>
date Tue, 20 Oct 2009 21:20:22 +0000
parents aba0ab6b4abd
children 9c40a91d6c39 71dc3b5edbe7 a50e21712f1d 7819d3819f4c 168fcd171875 5502f855ec2b 093c79fa01c7
files libpurple/protocols/jabber/presence.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;