From 80b8881d674dc2df357be1ee3480ad3d66bea48a Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 4 Oct 2005 13:31:55 +0000 Subject: [PATCH] fix comment to be more accurate --- src/common/connection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/connection.py b/src/common/connection.py index 4293a3d9f..a501f5ffc 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -276,8 +276,8 @@ class Connection: if xtag.getNamespace() == common.xmpp.NS_MUC_USER and xtag.getTag('invite'): invite = xtag - # FIXME: Msn transport (CMSN1.2.1 and PyMSN0.10) doesn't follow the JEP - # remove in 2007 + # FIXME: Msn transport (CMSN1.2.1 and PyMSN0.10) do NOT RECOMMENDED invitation + # stanza (MUC JEP) remove in 2007, as we do not do NOT RECOMMENDED elif xtag.getNamespace() == common.xmpp.NS_CONFERENCE: room_jid = xtag.getAttr('jid') self.dispatch('GC_INVITATION', (room_jid, frm, '', None))