summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-14 16:15:09 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-14 16:15:09 (GMT)
commit836927aa902696297febc95132e2c82147c08c03 (patch)
tree64bcbaa67c6f70acdb5f4cc9184f600fad46b826 /apps
parentf7ca1ebaa5a527f817892bc3794452df1a6c20c6 (diff)
downloaduscxml-836927aa902696297febc95132e2c82147c08c03.zip
uscxml-836927aa902696297febc95132e2c82147c08c03.tar.gz
uscxml-836927aa902696297febc95132e2c82147c08c03.tar.bz2
Expect Invoker and Fedora build fixes
Diffstat (limited to 'apps')
-rw-r--r--apps/samples/http2im/http2im.scxml3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/samples/http2im/http2im.scxml b/apps/samples/http2im/http2im.scxml
index a2b2090..369c6a6 100644
--- a/apps/samples/http2im/http2im.scxml
+++ b/apps/samples/http2im/http2im.scxml
@@ -23,7 +23,7 @@
dump(_event);</script>
<respond status="200" to="_event.origin" />
<send target="#_im" event="im.send">
- <param name="receiver" expr="'sradomski@diogenes.local'" />
+ <param name="receiver" expr="'benedikt@diogenes.local'" />
<content expr="_event.data.query.msg" />
</send>
</transition>
@@ -40,7 +40,6 @@
<!-- <script>print("\n\n"); dump(_invokers['im']);</script> -->
<send target="#_im" event="im.send">
<param name="receiver" expr="'sradomski@diogenes.local'" />
- <param name="data" expr="someBinaryData" /> <!-- Unsupported :( -->
<content><![CDATA[Have a look <a href="http://www.heise.de">here</a>]]></content>
</send>
</transition>