[Telepathy-commits] [telepathy-gabble/master] olpc-buddy-search.py: fix from in search reply
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Sep 26 10:02:00 PDT 2008
20071214145120-7fe3f-5c11732e3c38db955020f2c70e401ddb6baec5b0.gz
---
tests/olpc-buddy-search.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/olpc-buddy-search.py b/tests/olpc-buddy-search.py
index 79037ed..fe25994 100644
--- a/tests/olpc-buddy-search.py
+++ b/tests/olpc-buddy-search.py
@@ -88,7 +88,7 @@ def test(q, bus, conn, stream):
# send reply to the search query
reply = make_result_iq('stream', event.stanza)
- reply['from'] = 'index.jabber.laptop.org'
+ reply['from'] = 'gadget.localhost'
reply['to'] = 'alice at localhost'
query = xpath.queryForNodes('/iq/query', reply)[0]
buddy = query.addElement((None, "buddy"))
--
1.5.6.5
More information about the Telepathy-commits
mailing list