# HG changeset patch # User Paul Aurich # Date 1256073622 0 # Node ID d1c18bd588e2c6339296d1a62f0e88d2228553f1 # Parent aba0ab6b4abdc9acbcaab5034f2f1c9b7c971206 jabber: Fix a comment. diff -r aba0ab6b4abd -r d1c18bd588e2 libpurple/protocols/jabber/presence.c --- 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;