mcabber/mcabber/xmpp.c
changeset 2027 107d39cd968b
parent 2023 26edaf6ea10b
child 2032 f740c4128f76
--- 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);
       }
     }