diff mcabber/mcabber/xmpp.c @ 2027:107d39cd968b

Update a comment
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Aug 2012 15:42:34 +0200
parents 26edaf6ea10b
children f740c4128f76
line wrap: on
line diff
--- 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);
       }
     }