[Telepathy-commits] [telepathy-gabble/master] olpc/util: add a comment explaining why we can't use the elem() API

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 26 10:02:30 PDT 2008


20080702152809-7fe3f-74af7dfa0c241fa94bec55ab5a054d47b50bfa6a.gz
---
 tests/twisted/olpc/util.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/olpc/util.py b/tests/twisted/olpc/util.py
index 1bd99ee..2e0505d 100644
--- a/tests/twisted/olpc/util.py
+++ b/tests/twisted/olpc/util.py
@@ -71,6 +71,8 @@ def announce_gadget(q, stream, disco_stanza):
     stream.send(reply)
 
 def send_buddy_changed_properties_msg(stream, from_, props):
+    # TODO: Would be cool to use elem() but there is no API
+    # to get a pointer on the properties node...
     message = domish.Element(('jabber:client', 'message'))
     message['from'] = from_
     message['to'] = 'test at localhost'
-- 
1.5.6.5




More information about the Telepathy-commits mailing list