Show room features in the sidebar.

This commit is contained in:
JC Brand 2017-02-18 19:41:44 +00:00
parent 570e6ababe
commit a6ca5aad35
6 changed files with 181 additions and 79 deletions

View File

@ -13,8 +13,8 @@
/* $font-path: "../fonticons/fonts/" !default; */ /* $font-path: "../fonticons/fonts/" !default; */
@font-face { @font-face {
font-family: 'Converse-js'; font-family: 'Converse-js';
src: url("https://cdn.conversejs.org/fonticons/fonts/icomoon.eot?-mnoxh0"); src: url("/fonticons/fonts/icomoon.eot?wvi0ht");
src: url("https://cdn.conversejs.org/fonticons/fonts/icomoon.eot?#iefix-mnoxh0") format("embedded-opentype"), url("https://cdn.conversejs.org/fonticons/fonts/icomoon.woff?-mnoxh0") format("woff"), url("https://cdn.conversejs.org/fonticons/fonts/icomoon.ttf?-mnoxh0") format("truetype"), url("https://cdn.conversejs.org/fonticons/fonts/icomoon.svg?-mnoxh0#icomoon") format("svg"); src: url("/fonticons/fonts/icomoon.eot?wvi0ht#iefix") format("embedded-opentype"), url("/fonticons/fonts/icomoon.ttf?wvi0ht") format("truetype"), url("/fonticons/fonts/icomoon.woff?wvi0ht") format("woff"), url("/fonticons/fonts/icomoon.svg?wvi0ht#icomoon") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; } font-style: normal; }
.icon-conversejs { .icon-conversejs {
@ -68,6 +68,9 @@
#converse-embedded-chat .icon-cancel-circle:before, #converse-embedded-chat .icon-cancel-circle:before,
#conversejs .icon-cancel-circle:before { #conversejs .icon-cancel-circle:before {
content: "\e058"; } content: "\e058"; }
#converse-embedded-chat .icon-chat:before,
#conversejs .icon-chat:before {
content: "\25fc"; }
#converse-embedded-chat .icon-checkbox-checked:before, #converse-embedded-chat .icon-checkbox-checked:before,
#conversejs .icon-checkbox-checked:before { #conversejs .icon-checkbox-checked:before {
content: "\2611"; } content: "\2611"; }
@ -98,6 +101,9 @@
#converse-embedded-chat .icon-cool:before, #converse-embedded-chat .icon-cool:before,
#conversejs .icon-cool:before { #conversejs .icon-cool:before {
content: "\e040"; } content: "\e040"; }
#converse-embedded-chat .icon-database:before,
#conversejs .icon-database:before {
content: "\f1c0"; }
#converse-embedded-chat .icon-dnd:before, #converse-embedded-chat .icon-dnd:before,
#conversejs .icon-dnd:before { #conversejs .icon-dnd:before {
content: "\e004"; } content: "\e004"; }
@ -115,7 +121,7 @@
content: "\e030"; } content: "\e030"; }
#converse-embedded-chat .icon-globe:before, #converse-embedded-chat .icon-globe:before,
#conversejs .icon-globe:before { #conversejs .icon-globe:before {
content: "\e033"; } content: "\f0ac"; }
#converse-embedded-chat .icon-grin:before, #converse-embedded-chat .icon-grin:before,
#conversejs .icon-grin:before { #conversejs .icon-grin:before {
content: "\e041"; } content: "\e041"; }
@ -134,15 +140,21 @@
#converse-embedded-chat .icon-home:before, #converse-embedded-chat .icon-home:before,
#conversejs .icon-home:before { #conversejs .icon-home:before {
content: "\e000"; } content: "\e000"; }
#converse-embedded-chat .icon-idcard-dark:before,
#conversejs .icon-idcard-dark:before {
content: "\f2c2"; }
#converse-embedded-chat .icon-idcard:before,
#conversejs .icon-idcard:before {
content: "\f2c3"; }
#converse-embedded-chat .icon-image:before, #converse-embedded-chat .icon-image:before,
#conversejs .icon-image:before { #conversejs .icon-image:before {
content: "\2b14"; } content: "\2b14"; }
#converse-embedded-chat .icon-info:before,
#conversejs .icon-info:before {
content: "\2360"; }
#converse-embedded-chat .icon-info-2:before, #converse-embedded-chat .icon-info-2:before,
#conversejs .icon-info-2:before { #conversejs .icon-info-2:before {
content: "i"; } content: "i"; }
#converse-embedded-chat .icon-info:before,
#conversejs .icon-info:before {
content: "\2360"; }
#converse-embedded-chat .icon-italic:before, #converse-embedded-chat .icon-italic:before,
#conversejs .icon-italic:before { #conversejs .icon-italic:before {
content: "\e04f"; } content: "\e04f"; }
@ -152,6 +164,9 @@
#converse-embedded-chat .icon-key:before, #converse-embedded-chat .icon-key:before,
#conversejs .icon-key:before { #conversejs .icon-key:before {
content: "\e028"; } content: "\e028"; }
#converse-embedded-chat .icon-legal:before,
#conversejs .icon-legal:before {
content: "\f0e3"; }
#converse-embedded-chat .icon-lock-2:before, #converse-embedded-chat .icon-lock-2:before,
#conversejs .icon-lock-2:before { #conversejs .icon-lock-2:before {
content: "\e027"; } content: "\e027"; }
@ -179,12 +194,12 @@
#converse-embedded-chat .icon-notification:before, #converse-embedded-chat .icon-notification:before,
#conversejs .icon-notification:before { #conversejs .icon-notification:before {
content: "\e01f"; } content: "\e01f"; }
#converse-embedded-chat .icon-offline:before,
#conversejs .icon-offline:before {
content: "\e002"; }
#converse-embedded-chat .icon-online:before, #converse-embedded-chat .icon-online:before,
#conversejs .icon-online:before { #conversejs .icon-online:before {
content: "\25fc"; } content: "\25fc"; }
#converse-embedded-chat .icon-chat:before,
#conversejs .icon-chat:before {
content: "\25fc"; }
#converse-embedded-chat .icon-opened:before, #converse-embedded-chat .icon-opened:before,
#conversejs .icon-opened:before { #conversejs .icon-opened:before {
content: "\25bc"; } content: "\25bc"; }
@ -224,6 +239,9 @@
#converse-embedded-chat .icon-sad:before, #converse-embedded-chat .icon-sad:before,
#conversejs .icon-sad:before { #conversejs .icon-sad:before {
content: "\2639"; } content: "\2639"; }
#converse-embedded-chat .icon-save:before,
#conversejs .icon-save:before {
content: "\f0c7"; }
#converse-embedded-chat .icon-search:before, #converse-embedded-chat .icon-search:before,
#conversejs .icon-search:before { #conversejs .icon-search:before {
content: "\e021"; } content: "\e021"; }
@ -236,6 +254,9 @@
#converse-embedded-chat .icon-smiley:before, #converse-embedded-chat .icon-smiley:before,
#conversejs .icon-smiley:before { #conversejs .icon-smiley:before {
content: "\263a"; } content: "\263a"; }
#converse-embedded-chat .icon-snowflake:before,
#conversejs .icon-snowflake:before {
content: "\f2dc"; }
#converse-embedded-chat .icon-spell-check:before, #converse-embedded-chat .icon-spell-check:before,
#conversejs .icon-spell-check:before { #conversejs .icon-spell-check:before {
content: "\e045"; } content: "\e045"; }
@ -251,7 +272,9 @@
#converse-embedded-chat .icon-tongue:before, #converse-embedded-chat .icon-tongue:before,
#conversejs .icon-tongue:before { #conversejs .icon-tongue:before {
content: "\e038"; } content: "\e038"; }
#converse-embedded-chat .icon-unavailable:before,
#converse-embedded-chat .icon-underline:before, #converse-embedded-chat .icon-underline:before,
#conversejs .icon-unavailable:before,
#conversejs .icon-underline:before { #conversejs .icon-underline:before {
content: "\e04e"; } content: "\e04e"; }
#converse-embedded-chat .icon-unlocked:before, #converse-embedded-chat .icon-unlocked:before,
@ -263,27 +286,6 @@
#converse-embedded-chat .icon-users:before, #converse-embedded-chat .icon-users:before,
#conversejs .icon-users:before { #conversejs .icon-users:before {
content: "\e01b"; } content: "\e01b"; }
#converse-embedded-chat .icon-volume-decrease:before,
#conversejs .icon-volume-decrease:before {
content: "\e04b"; }
#converse-embedded-chat .icon-volume-high:before,
#conversejs .icon-volume-high:before {
content: "\e046"; }
#converse-embedded-chat .icon-volume-increase:before,
#conversejs .icon-volume-increase:before {
content: "\e04c"; }
#converse-embedded-chat .icon-volume-low:before,
#conversejs .icon-volume-low:before {
content: "\e048"; }
#converse-embedded-chat .icon-volume-medium:before,
#conversejs .icon-volume-medium:before {
content: "\e047"; }
#converse-embedded-chat .icon-volume-mute-2:before,
#conversejs .icon-volume-mute-2:before {
content: "\e04a"; }
#converse-embedded-chat .icon-volume-mute:before,
#conversejs .icon-volume-mute:before {
content: "\e049"; }
#converse-embedded-chat .icon-warning:before, #converse-embedded-chat .icon-warning:before,
#conversejs .icon-warning:before { #conversejs .icon-warning:before {
content: "\26a0"; } content: "\26a0"; }
@ -299,11 +301,6 @@
#converse-embedded-chat .icon-xa:before, #converse-embedded-chat .icon-xa:before,
#conversejs .icon-xa:before { #conversejs .icon-xa:before {
content: "\e602"; } content: "\e602"; }
#converse-embedded-chat .icon-unavailable:before,
#converse-embedded-chat .icon-offline:before,
#conversejs .icon-unavailable:before,
#conversejs .icon-offline:before {
content: "\e002"; }
#converse-embedded-chat .icon-youtube:before, #converse-embedded-chat .icon-youtube:before,
#conversejs .icon-youtube:before { #conversejs .icon-youtube:before {
content: "\e055"; } content: "\e055"; }
@ -2320,40 +2317,46 @@
float: right; float: right;
vertical-align: top; vertical-align: top;
background-color: white; background-color: white;
overflow: hidden; overflow: scroll;
border-left: 1px solid #818479; border-left: 1px solid #818479;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
width: 30%; width: 30%;
height: 100%; } height: 100%;
padding: 0.5em; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants.hidden, #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants.hidden,
#conversejs .chatroom .box-flyout .chatroom-body .occupants.hidden { #conversejs .chatroom .box-flyout .chatroom-body .occupants.hidden {
display: none; } display: none; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants .occupants-heading, #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants .occupants-heading,
#conversejs .chatroom .box-flyout .chatroom-body .occupants .occupants-heading { #conversejs .chatroom .box-flyout .chatroom-body .occupants .occupants-heading {
padding: 0.3em; padding: 0.3em 0;
font-weight: bold; } font-weight: bold; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants .occupant-list, #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul,
#conversejs .chatroom .box-flyout .chatroom-body .occupants .occupant-list { #conversejs .chatroom .box-flyout .chatroom-body .occupants ul {
height: 85%; padding: 0.3em 0;
height: calc(100% - 70px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
list-style: none; } list-style: none; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants .occupant-list li, #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul li,
#conversejs .chatroom .box-flyout .chatroom-body .occupants .occupant-list li { #conversejs .chatroom .box-flyout .chatroom-body .occupants ul li {
cursor: default; cursor: default;
display: block; display: block;
font-size: 12px; font-size: 12px;
overflow: hidden; overflow: hidden;
padding: 2px 5px; padding: 2px 5px;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap; }
width: 100px; } #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul li [class^="icon-"], #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul li [class*=" icon-"],
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants .occupant-list li.occupant, #conversejs .chatroom .box-flyout .chatroom-body .occupants ul li [class^="icon-"],
#conversejs .chatroom .box-flyout .chatroom-body .occupants .occupant-list li.occupant { #conversejs .chatroom .box-flyout .chatroom-body .occupants ul li [class*=" icon-"] {
padding-right: 0.5em; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul li.feature,
#conversejs .chatroom .box-flyout .chatroom-body .occupants ul li.feature {
font-size: 10px; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul li.occupant,
#conversejs .chatroom .box-flyout .chatroom-body .occupants ul li.occupant {
cursor: pointer; } cursor: pointer; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants .occupant-list li.moderator, #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul li.moderator,
#conversejs .chatroom .box-flyout .chatroom-body .occupants .occupant-list li.moderator { #conversejs .chatroom .box-flyout .chatroom-body .occupants ul li.moderator {
color: #D24E2B; } color: #D24E2B; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container, #converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container,
#conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container { #conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container {
@ -2381,9 +2384,6 @@
#converse-embedded-chat .chatroom .chat-textarea, #converse-embedded-chat .chatroom .chat-textarea,
#conversejs .chatroom .chat-textarea { #conversejs .chatroom .chat-textarea {
border-bottom-right-radius: 0; } border-bottom-right-radius: 0; }
#converse-embedded-chat .chatroom .room-invite,
#conversejs .chatroom .room-invite {
margin: 0.3em; }
#converse-embedded-chat .chatroom .room-invite .invited-contact, #converse-embedded-chat .chatroom .room-invite .invited-contact,
#conversejs .chatroom .room-invite .invited-contact { #conversejs .chatroom .room-invite .invited-contact {
margin: -1px 0 0 -1px; margin: -1px 0 0 -1px;

View File

@ -16,6 +16,7 @@
- The chat room `description` is now shown in the heading, not the `subject`. - The chat room `description` is now shown in the heading, not the `subject`.
[jcbrand] [jcbrand]
- Chat room features are shown in the sidebar. [jcbrand]
- Created a new non-core plugin `converse-muc-embedded` which embeds a single - Created a new non-core plugin `converse-muc-embedded` which embeds a single
chat room into a page. An example can be found at https://conversejs.org/demo/embedded.html chat room into a page. An example can be found at https://conversejs.org/demo/embedded.html
[jcbrand] [jcbrand]

View File

@ -93,33 +93,38 @@
float: right; float: right;
vertical-align: top; vertical-align: top;
background-color: white; background-color: white;
overflow: hidden; overflow: scroll;
border-left: 1px solid $text-color; border-left: 1px solid $text-color;
border-bottom-right-radius: $chatbox-border-radius; border-bottom-right-radius: $chatbox-border-radius;
width: 30%; width: 30%;
height: 100%; height: 100%;
padding: 0.5em;
&.hidden { &.hidden {
display: none; display: none;
} }
.occupants-heading { .occupants-heading {
padding: 0.3em; padding: 0.3em 0;
font-weight: bold; font-weight: bold;
} }
.occupant-list { ul {
height: 85%; padding: 0.3em 0;
height: calc(100% - 70px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
list-style: none; list-style: none;
li { li {
cursor: default; cursor: default;
display: block; display: block;
font-size: 12px; font-size: $font-size-small;
overflow: hidden; overflow: hidden;
padding: 2px 5px; padding: 2px 5px;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
width: 100px; [class^="icon-"], [class*=" icon-"] {
padding-right: 0.5em;
}
&.feature {
font-size: $font-size-tiny;
}
&.occupant { &.occupant {
cursor: pointer; cursor: pointer;
} }
@ -161,7 +166,6 @@
} }
.room-invite { .room-invite {
margin: 0.3em;
.invited-contact { .invited-contact {
margin: -1px 0 0 -1px; margin: -1px 0 0 -1px;
width: 100%; width: 100%;

View File

@ -49,6 +49,7 @@ $chatbox-hover-height: 6px !default;
$mobile_landscape_height: 450px !default; $mobile_landscape_height: 450px !default;
$mobile_portrait_length: 480px !default; $mobile_portrait_length: 480px !default;
$font-size-tiny: 10px !default;
$font-size-small: 12px !default; $font-size-small: 12px !default;
$font-size: 14px !default; $font-size: 14px !default;
$font-size-large: 16px !default; $font-size-large: 16px !default;
@ -66,7 +67,7 @@ $mobile-chat-height: 400px !default;
$small-mobile-chat-height: 300px !default; $small-mobile-chat-height: 300px !default;
/* $font-path: "../fonticons/fonts/" !default; */ /* $font-path: "../fonticons/fonts/" !default; */
$font-path: "https://cdn.conversejs.org/fonticons/fonts/" !default; $font-path: "/fonticons/fonts/" !default;
$chatroom-width: 300px !default; $chatroom-width: 300px !default;
$chatroom-head-color: #E76F51 !default; $chatroom-head-color: #E76F51 !default;

View File

@ -297,11 +297,13 @@
* "chatroom". * "chatroom".
*/ */
return _converse.chatboxviews.showChat( return _converse.chatboxviews.showChat(
_.extend(settings, { _.extend({
'type': 'chatroom',
'affiliation': null, 'affiliation': null,
'connection_status': Strophe.Status.DISCONNECTED,
'description': '',
'features_fetched': false, 'features_fetched': false,
'hidden': false, 'hidden': false,
'mam_enabled': false,
'membersonly': false, 'membersonly': false,
'moderated': false, 'moderated': false,
'nonanonymous': false, 'nonanonymous': false,
@ -309,12 +311,13 @@
'passwordprotected': false, 'passwordprotected': false,
'persistent': false, 'persistent': false,
'public': false, 'public': false,
'roomconfig': {},
'semianonymous': false, 'semianonymous': false,
'temporary': false, 'temporary': false,
'type': 'chatroom',
'unmoderated': false, 'unmoderated': false,
'unsecured': false, 'unsecured': false,
'connection_status': Strophe.Status.DISCONNECTED }, settings)
})
); );
}; };
@ -410,11 +413,13 @@
/* Create the ChatRoomOccupantsView Backbone.View /* Create the ChatRoomOccupantsView Backbone.View
*/ */
this.occupantsview = new _converse.ChatRoomOccupantsView({ this.occupantsview = new _converse.ChatRoomOccupantsView({
model: new _converse.ChatRoomOccupants() 'model': new _converse.ChatRoomOccupants(),
'attributes': {
'chatroomview': this
}
}); });
var id = b64_sha1('converse.occupants'+_converse.bare_jid+this.model.get('jid')); var id = b64_sha1('converse.occupants'+_converse.bare_jid+this.model.get('jid'));
this.occupantsview.model.browserStorage = new Backbone.BrowserStorage.session(id); this.occupantsview.model.browserStorage = new Backbone.BrowserStorage.session(id);
this.occupantsview.chatroomview = this;
this.occupantsview.render(); this.occupantsview.render();
this.occupantsview.model.fetch({add:true}); this.occupantsview.model.fetch({add:true});
}, },
@ -1369,6 +1374,7 @@
* <feature var='muc_open'/> * <feature var='muc_open'/>
* <feature var='muc_unmoderated'/> * <feature var='muc_unmoderated'/>
* <feature var='muc_nonanonymous'/> * <feature var='muc_nonanonymous'/>
* <feature var='urn:xmpp:mam:0'/>
*/ */
var features = { var features = {
'features_fetched': true 'features_fetched': true
@ -1376,6 +1382,9 @@
_.each(iq.querySelectorAll('feature'), function (field) { _.each(iq.querySelectorAll('feature'), function (field) {
var fieldname = field.getAttribute('var'); var fieldname = field.getAttribute('var');
if (!fieldname.startsWith('muc_')) { if (!fieldname.startsWith('muc_')) {
if (fieldname === 'urn:xmpp:mam:0') {
features.mam_enabled = true;
}
return; return;
} }
features[fieldname.replace('muc_', '')] = true; features[fieldname.replace('muc_', '')] = true;
@ -1966,15 +1975,58 @@
initialize: function () { initialize: function () {
this.model.on("add", this.onOccupantAdded, this); this.model.on("add", this.onOccupantAdded, this);
var debounced_render = _.debounce(this.render, 100);
this.chatroomview = this.attributes.chatroomview;
this.chatroomview.model.on('change:hidden', debounced_render, this);
this.chatroomview.model.on('change:mam_enabled', debounced_render, this);
this.chatroomview.model.on('change:membersonly', debounced_render, this);
this.chatroomview.model.on('change:moderated', debounced_render, this);
this.chatroomview.model.on('change:nonanonymous', debounced_render, this);
this.chatroomview.model.on('change:open', debounced_render, this);
this.chatroomview.model.on('change:passwordprotected', debounced_render, this);
this.chatroomview.model.on('change:persistent', debounced_render, this);
this.chatroomview.model.on('change:public', debounced_render, this);
this.chatroomview.model.on('change:semianonymous', debounced_render, this);
this.chatroomview.model.on('change:temporary', debounced_render, this);
this.chatroomview.model.on('change:unmoderated', debounced_render, this);
this.chatroomview.model.on('change:unsecured', debounced_render, this);
}, },
render: function () { render: function () {
this.$el.html( this.$el.html(
_converse.templates.chatroom_sidebar({ _converse.templates.chatroom_sidebar(
_.extend(this.chatroomview.model.toJSON(), {
'allow_muc_invitations': _converse.allow_muc_invitations, 'allow_muc_invitations': _converse.allow_muc_invitations,
'label_features': __('Features'),
'label_hidden': __('Hidden'),
'label_invitation': __('Invite'), 'label_invitation': __('Invite'),
'label_occupants': __('Occupants') 'label_mam_enabled': __('Message archiving'),
}) 'label_membersonly': __('Members only'),
'label_moderated': __('Moderated'),
'label_nonanonymous': __('Non-anonymous'),
'label_occupants': __('Occupants'),
'label_open': __('Open'),
'label_passwordprotected': __('Password protected'),
'label_persistent': __('Persistent'),
'label_public': __('Public'),
'label_semianonymous': __('Semi-anonymous'),
'label_temporary': __('Temporary'),
'label_unmoderated': __('Unmoderated'),
'label_unsecured': __('Unsecured'),
'tt_hidden': __('This room is not publically searchable'),
'tt_mam_enabled': __('Messages are archived on the server'),
'tt_membersonly': __('This room is restricted to members only'),
'tt_moderated': __('This room is being moderated'),
'tt_nonanonymous': __('All other room occupants can see your Jabber ID'),
'tt_open': __('Anyone can join this room'),
'tt_passwordprotected': __('This room requires a password before entry'),
'tt_persistent': __('This room pesists even if it\'s unoccupied'),
'tt_public': __('This room is publically searchable'),
'tt_semianonymous': __('Only moderators can see your Jabber ID'),
'tt_temporary': __('This room will disappear once the last person leaves'),
'tt_unmoderated': __('This room is not being moderated'),
'tt_unsecured': __('This room does not require a password upon entry')
}))
); );
if (_converse.allow_muc_invitations) { if (_converse.allow_muc_invitations) {
_converse.api.waitUntil('rosterContactsFetched').then(this.initInviteWidget.bind(this)); _converse.api.waitUntil('rosterContactsFetched').then(this.initInviteWidget.bind(this));

View File

@ -1,9 +1,53 @@
<!-- <div class="occupants"> --> <!-- <div class="occupants"> -->
<p class="occupants-heading">{{{label_occupants}}}</p>
{[ if (allow_muc_invitations) { ]} {[ if (allow_muc_invitations) { ]}
<form class="pure-form room-invite"> <form class="pure-form room-invite">
<input class="invited-contact" placeholder="{{{label_invitation}}}" type="text"/> <input class="invited-contact" placeholder="{{{label_invitation}}}" type="text"/>
</form> </form>
{[ } ]} {[ } ]}
<p class="occupants-heading">{{{label_occupants}}}:</p>
<ul class="occupant-list"></ul> <ul class="occupant-list"></ul>
<p class="occupants-heading">{{{label_features}}}</p>
<ul>
{[ if (passwordprotected) { ]}
<li class="feature" title="{{{ tt_passwordprotected }}}"><span class="icon-lock-2"></span>{{{ label_passwordprotected }}}</li>
{[ } ]}
{[ if (unsecured) { ]}
<li class="feature" title="{{{ tt_unsecured }}}"><span class="icon-unlocked"></span>{{{ label_unsecured }}}</li>
{[ } ]}
{[ if (hidden) { ]}
<li class="feature" title="{{{ tt_hidden }}}"><span class="icon-eye-blocked"></span>{{{ label_hidden }}}</li>
{[ } ]}
{[ if (public) { ]}
<li class="feature" title="{{{ tt_public }}}"><span class="icon-eye"></span>{{{ label_public }}}</li>
{[ } ]}
{[ if (membersonly) { ]}
<li class="feature" title="{{{ tt_membersonly }}}"><span class="icon-address-book"></span>{{{ label_membersonly }}}</li>
{[ } ]}
{[ if (open) { ]}
<li class="feature" title="{{{ tt_open }}}"><span class="icon-globe"></span>{{{ label_open }}}</li>
{[ } ]}
{[ if (persistent) { ]}
<li class="feature" title="{{{ tt_persistent }}}"><span class="icon-save"></span>{{{ label_persistent }}}</li>
{[ } ]}
{[ if (temporary) { ]}
<li class="feature" title="{{{ tt_temporary }}}"><span class="icon-snowflake"></span>{{{ label_temporary }}}</li>
{[ } ]}
{[ if (nonanonymous) { ]}
<li class="feature" title="{{{ tt_nonanonymous }}}"><span class="icon-idcard-dark"></span>{{{ label_nonanonymous }}}</li>
{[ } ]}
{[ if (semianonymous) { ]}
<li class="feature" title="{{{ tt_semianonymous }}}"><span class="icon-info"></span>{{{ label_semianonymous }}}</li>
{[ } ]}
{[ if (moderated) { ]}
<li class="feature" title="{{{ tt_moderated }}}"><span class="icon-legal"></span>{{{ label_moderated }}}</li>
{[ } ]}
{[ if (unmoderated) { ]}
<li class="feature" title="{{{ tt_unmoderated }}}"><span class="icon-info"></span>{{{ label_unmoderated }}}</li>
{[ } ]}
{[ if (mam_enabled) { ]}
<li class="feature" title="{{{ tt_mam_enabled }}}"><span class="icon-database"></span>{{{ label_mam_enabled }}}</li>
{[ } ]}
</ul>
<!-- </div> --> <!-- </div> -->