[Telepathy-commits] [telepathy-gabble/master] text-text-no-body: xep 0085 says "every content message SHOULD contain an <active/> notification."

Will Thompson will.thompson at collabora.co.uk
Tue Feb 3 06:34:51 PST 2009


---
 tests/twisted/text/test-text-no-body.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/text/test-text-no-body.py b/tests/twisted/text/test-text-no-body.py
index d14c4d1..311be2f 100644
--- a/tests/twisted/text/test-text-no-body.py
+++ b/tests/twisted/text/test-text-no-body.py
@@ -25,7 +25,7 @@ def test(q, bus, conn, stream):
     m = domish.Element(('', 'message'))
     m['from'] = 'bob at foo.com'
     m['type'] = 'chat'
-    m.addElement((ns.CHAT_STATES, 'composing'))
+    m.addElement((ns.CHAT_STATES, 'active'))
     m.addElement('body', content='hello')
     stream.send(m)
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list