Hack to display the chat
This commit is contained in:
@ -29,6 +29,7 @@
|
||||
</ldp-route>
|
||||
</ldp-router>
|
||||
|
||||
<div id="channel-chat" class="chat-wrapper"></div>
|
||||
|
||||
<div id="channel-detail" style="display: none">
|
||||
<ldp-display
|
||||
|
@ -8,16 +8,7 @@
|
||||
</ldp-route>
|
||||
</ldp-router>
|
||||
|
||||
<hd-chat-window
|
||||
id="chat-singleton"
|
||||
data-authentication="anonymous"
|
||||
data-auto-login="true"
|
||||
data-bosh-service-url="https://conversejs.org/http-bind/"
|
||||
data-debug="true"
|
||||
data-jid="nomnom.im"
|
||||
data-locales-url="http://hd-app.local/dist/lib/xmpp-chat-component/node_modules/converse.js/locale/{{{locale}}}/LC_MESSAGES/converse.json",
|
||||
data-room-jid="anonymous@conference.nomnom.im">
|
||||
</hd-chat-window>
|
||||
<div id="member-chat" class="chat-wrapper"></div>
|
||||
|
||||
<div id="member-detail" style="display: none">
|
||||
<ldp-display
|
||||
|
@ -8,6 +8,7 @@
|
||||
</ldp-route>
|
||||
</ldp-router>
|
||||
|
||||
<div id="project-chat" class="chat-wrapper"></div>
|
||||
|
||||
<div id="project-detail" style="display: none">
|
||||
<ldp-display
|
||||
|
Reference in New Issue
Block a user