# HG changeset patch # User Mikael Berthe # Date 1345902154 -7200 # Node ID 107d39cd968b82ada78788a8a0fcc307ce7da74f # Parent 564d99cdf0d1248125a5aefcfed263dbf0310165 Update a comment diff -r 564d99cdf0d1 -r 107d39cd968b mcabber/mcabber/xmpp.c --- a/mcabber/mcabber/xmpp.c Sat Aug 25 15:40:50 2012 +0200 +++ b/mcabber/mcabber/xmpp.c Sat Aug 25 15:42:34 2012 +0200 @@ -1317,7 +1317,7 @@ if (jid) { const char *reason = lm_message_node_get_attribute(x, "reason"); const char *password = lm_message_node_get_attribute(x, "password"); - // FIXME we shouldn't send decline stanzas in this case + // We won't send decline stanzas as it is a Direct Invitation got_invite(from, jid, reason, password, FALSE); } }