[Telepathy-commits] [telepathy-salut/master] on the real message, put a jabber:x:event with composing but without id
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Thu Oct 30 12:35:00 PDT 2008
---
tests/twisted/avahi/test-ichat-composing.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/avahi/test-ichat-composing.py b/tests/twisted/avahi/test-ichat-composing.py
index 6850edb..a96eb15 100644
--- a/tests/twisted/avahi/test-ichat-composing.py
+++ b/tests/twisted/avahi/test-ichat-composing.py
@@ -77,6 +77,8 @@ def test(q, bus, conn):
message = domish.Element(('', 'message'))
message.addElement('body', content=OUTGOING_MESSAGE)
+ event = message.addElement('x', 'jabber:x:event')
+ event.addElement('composing')
xmpp_connection.send(message)
e = q.expect('dbus-signal', signal='Received')
--
1.5.6.5
More information about the Telepathy-commits
mailing list