hubl/src/page-messages.pug

24 lines
591 B
Plaintext
Raw Normal View History

.content-box.flex.full-width
2020-05-08 13:27:44 +00:00
2020-06-05 13:44:15 +00:00
div.content-box__header
2020-06-18 18:02:54 +00:00
solid-display(
2020-06-05 13:44:15 +00:00
bind-resources
fields='name, parenthesis, username, endParenthesis'
value-parenthesis=" ("
value-endParenthesis=")"
2020-06-05 13:44:15 +00:00
class-parenthesis='h1-like'
class-endParenthesis='h1-like'
class-name='h1-like'
class-username='h1-like'
)
2020-05-08 13:27:44 +00:00
.chat-view
2020-06-18 18:02:54 +00:00
solid-xmpp-chat(
data-authentication='login',
data-auto-login='true',
2020-09-24 14:35:25 +00:00
data-websocket-url=`${xmppWebsocket || 'wss://jabber.happy-dev.fr/xmpp-websocket'}`,
2020-05-08 13:27:44 +00:00
data-i18n='en',
bind-resources
)