hubl/src/page-circle-chat.pug

16 lines
335 B
Plaintext
Raw Normal View History

2019-09-17 16:09:59 +00:00
.content-box.full-width
sib-display.content-box__header(
2018-10-19 18:36:16 +00:00
bind-resources
2019-09-17 16:09:59 +00:00
fields='name'
class-name='name'
2019-09-17 16:09:59 +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
)