2019-09-23 15:02:18 +00:00
|
|
|
.content-box.full-width
|
|
|
|
sib-display.chat-header(
|
2019-05-14 15:32:42 +00:00
|
|
|
bind-resources
|
2019-09-23 15:02:18 +00:00
|
|
|
fields='username'
|
2019-05-14 15:32:42 +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}`,
|
|
|
|
data-debug='false',
|
|
|
|
data-locales-url='en',
|
|
|
|
bind-resources
|
|
|
|
)
|