2019-09-23 15:02:18 +00:00
|
|
|
.content-box.full-width
|
2020-05-08 13:27:44 +00:00
|
|
|
|
2019-09-25 14:16:17 +00:00
|
|
|
sib-display.content-box__header(
|
2019-05-14 15:32:42 +00:00
|
|
|
bind-resources
|
2020-05-08 13:27:44 +00:00
|
|
|
fields='name, parenthesis, username, endParenthesis'
|
|
|
|
value-parenthesis=" ("
|
|
|
|
value-endParenthesis=")"
|
2019-09-25 14:16:17 +00:00
|
|
|
|
2020-05-08 13:27:44 +00:00
|
|
|
class-parenthesis='name'
|
|
|
|
class-endParenthesis='name'
|
|
|
|
class-name='name'
|
2019-09-25 14:16:17 +00:00
|
|
|
class-username='name'
|
2019-05-14 15:32:42 +00:00
|
|
|
)
|
2020-05-08 13:27:44 +00:00
|
|
|
|
2019-09-23 15:02:18 +00:00
|
|
|
.chat-view
|
|
|
|
sib-chat(
|
|
|
|
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
|
|
|
|
)
|