@@ -59,6 +59,7 @@
- #1579: Trim spaces at the beginning and end of a JID (when adding contact)
- #1585: Upload files by pasting from clipboard
- #1586: Not possible to kick someone with a space in their nickname
+- #1664: Blacklisting converse-profile makes the control box totally blank
### Breaking changes
@@ -476,6 +476,9 @@ converse.plugins.add('converse-controlbox', {
className: 'controlbox-pane',
initialize () {
+ if (!_converse.XMPPStatusView) {
+ return;
+ }
_converse.xmppstatusview = new _converse.XMPPStatusView({
'model': _converse.xmppstatus
});