1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/templates/pages/chat.jade
Sebastien Hut b5f3041e42 Persistent MUC and server params
-Auto-join persistent rooms
-Update MUCs list every 30 secs
-Server params in the config file
2015-02-09 16:29:16 +01:00

23 lines
633 B
Plaintext

section.page.chat
section.conversation
header
h1
span.status
span.name
button.primary.small.call Call
button.secondary.small.remove Remove
.tzo
.activeCall
video.remote(autoplay)
video.local(autoplay, muted)
aside.button-wrap
button.accept.primary Accept
button.end.secondary End
.button-group.outlined
button.mute Mute
button.unmute Unmute
ul.messages.scroll-container
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')