[Telepathy-commits] [telepathy-salut/master] add a comment about hardcoded address

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Nov 26 08:15:27 PST 2008


---
 tests/twisted/avahi/test-muc-invite.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/avahi/test-muc-invite.py b/tests/twisted/avahi/test-muc-invite.py
index 8459cef..77ef481 100644
--- a/tests/twisted/avahi/test-muc-invite.py
+++ b/tests/twisted/avahi/test-muc-invite.py
@@ -82,6 +82,8 @@ def test(q, bus, conn):
     invite = msg.addElement((NS_CLIQUE, 'invite'))
     invite.addElement('roomname', content='my-room')
     invite.addElement('reason', content='Inviting to this room')
+    # FIXME: we should create a real Clique room and use its IP and port.
+    # Hardcode values for now.
     invite.addElement('address', content='239.255.71.249')
     invite.addElement('port', content='62472')
     outbound.send(msg)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list