Update a comment
authorMikael Berthe <mikael@lilotux.net>
Sat, 25 Aug 2012 15:42:34 +0200
changeset 2027 107d39cd968b
parent 2026 564d99cdf0d1
child 2028 7b5bd6ad83b4
Update a comment
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);
       }
     }