changeset 2027:107d39cd968b

Update a comment
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Aug 2012 15:42:34 +0200
parents 564d99cdf0d1
children 7b5bd6ad83b4
files mcabber/mcabber/xmpp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
       }
     }