Commit 021b7085 authored by Klaus Wölfel's avatar Klaus Wölfel

erp5_web_jabber_client: Add jio based chat history

per default it useses indexeddb storage
parent 748c295d
......@@ -63,6 +63,12 @@
</tuple>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>content_md5</string> </key>
<value>
......@@ -202,6 +208,8 @@
</script>\n
\n
<script class="message-template" type="text/x-handlebars-template"><li data-theme="{{theme}}" style="{{style}}"><pre style="white-space: pre-wrap;">{{text}}</pre></li></script>\n
\n
<script class="history-template" type="text/x-handlebars-template"><pre style="white-space: pre-wrap;">{{text}}</pre></script>\n
\n
<script class="header-template" type="text/x-handlebars-template">\n
{{#if left_url}}\n
......@@ -222,6 +230,9 @@
<div data-role="header" data-position="fixed" class="gadget-header" data-theme="b">\n
<h1></h1>\n
</div>\n
<div data-gadget-url="gadget_jio.html"\n
data-gadget-scope="jio_gadget"\n
data-gadget-sandbox="public"></div>\n
\n
<div role="main" class="ui-content gadget-content"></div>\n
</div>\n
......@@ -357,7 +368,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -371,7 +382,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>939.33990.61359.38570</string> </value>
<value> <string>942.1666.29972.41045</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -389,8 +400,8 @@
</tuple>
<state>
<tuple>
<float>1418720455.63</float>
<string>GMT</string>
<float>1427926413.61</float>
<string>UTC</string>
</tuple>
</state>
</object>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment