2020-05-18 12:18:15 +00:00
|
|
|
.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
|
2020-11-19 15:53:48 +00:00
|
|
|
fields='avatar-container(account.picture), text(name, hyphen, at, username)'
|
|
|
|
value-hyphen=" - "
|
|
|
|
value-at="@"
|
2019-09-25 14:16:17 +00:00
|
|
|
|
2020-11-19 15:53:48 +00:00
|
|
|
widget-account.picture='hubl-user-avatar'
|
|
|
|
class-text="avatar-text"
|
|
|
|
class-avatar-container="avatar-container"
|
|
|
|
class-account.picture='avatar'
|
2020-06-05 13:44:15 +00:00
|
|
|
class-name='h1-like'
|
2020-11-19 15:53:48 +00:00
|
|
|
class-hypen='h1-like'
|
2020-06-05 13:44:15 +00:00
|
|
|
)
|
2020-05-08 13:27:44 +00:00
|
|
|
|
2019-09-23 15:02:18 +00:00
|
|
|
.chat-view
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-xmpp-chat(
|
2019-09-23 15:02:18 +00:00
|
|
|
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',
|
2019-09-23 15:02:18 +00:00
|
|
|
bind-resources
|
|
|
|
)
|