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
|
|
|
|
fields='name, parenthesis, username, endParenthesis'
|
|
|
|
value-parenthesis=" ("
|
|
|
|
value-endParenthesis=")"
|
2019-09-25 14:16:17 +00:00
|
|
|
|
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
|
|
|
|
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',
|
|
|
|
data-bosh-service-url=`${xmpp}`,
|
2020-05-08 13:27:44 +00:00
|
|
|
data-i18n='en',
|
2019-09-23 15:02:18 +00:00
|
|
|
bind-resources
|
|
|
|
)
|