summaryrefslogtreecommitdiffstats
path: root/apps/samples/http2im/http2im.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/samples/http2im/http2im.scxml')
-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>