[Telepathy-commits] [telepathy-salut/master] test-muc-invite.py: explicitely say that the IP is a multicast address

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Nov 26 09:39:33 PST 2008


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

diff --git a/tests/twisted/avahi/test-muc-invite.py b/tests/twisted/avahi/test-muc-invite.py
index 1d8f486..de0a142 100644
--- a/tests/twisted/avahi/test-muc-invite.py
+++ b/tests/twisted/avahi/test-muc-invite.py
@@ -80,7 +80,7 @@ def test(q, bus, conn):
     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.
+    # Hardcode values for now. The IP is a multicast address.
     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