@ -1 +1 @@
0.7.3alpha3
0.7.3alpha4
@ -55,6 +55,9 @@ class Explore extends WidgetCommon {
case 'discussion':
$cat = 'chatroom';
break;
case 'chat':
case 'pubsub':
$cat = 'pubsub';
@ -46,7 +46,7 @@ class ServerNodes extends WidgetCommon
list($type) = explode('.', $server);
if($type == 'pubsub') {
if(!in_array($type, array('conference', 'muc', 'discussion', 'chat'))) {
$head = '
<a
class="button icon add color green"