24 lines
530 B
Plaintext
24 lines
530 B
Plaintext
.content-box.flex.full-width
|
|
|
|
div.content-box__header
|
|
sib-display(
|
|
bind-resources
|
|
fields='name, parenthesis, username, endParenthesis'
|
|
value-parenthesis=" ("
|
|
value-endParenthesis=")"
|
|
|
|
class-parenthesis='h1-like'
|
|
class-endParenthesis='h1-like'
|
|
class-name='h1-like'
|
|
class-username='h1-like'
|
|
)
|
|
|
|
.chat-view
|
|
sib-chat(
|
|
data-authentication='login',
|
|
data-auto-login='true',
|
|
data-bosh-service-url=`${xmpp}`,
|
|
data-i18n='en',
|
|
bind-resources
|
|
)
|