comparison 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
comparison
equal deleted inserted replaced
28778:aba0ab6b4abd 28779:d1c18bd588e2
474 474
475 #if 0 475 #if 0
476 /* 476 /*
477 * Versions of libpurple before 2.6.0 didn't advertise this capability, so 477 * Versions of libpurple before 2.6.0 didn't advertise this capability, so
478 * we can't yet use Entity Capabilities to determine whether or not the 478 * we can't yet use Entity Capabilities to determine whether or not the
479 * other client supports Entity Capabilities. 479 * other client supports Chat States.
480 */ 480 */
481 if (jabber_resource_has_capability(jbr, "http://jabber.org/protocol/chatstates")) 481 if (jabber_resource_has_capability(jbr, "http://jabber.org/protocol/chatstates"))
482 jbr->chat_states = JABBER_CHAT_STATES_SUPPORTED; 482 jbr->chat_states = JABBER_CHAT_STATES_SUPPORTED;
483 else 483 else
484 jbr->chat_states = JABBER_CHAT_STATES_UNSUPPORTED; 484 jbr->chat_states = JABBER_CHAT_STATES_UNSUPPORTED;