Check if given topic is online
bool isTopicOnline(String topicName) { var me = getMeTopic(); var cont = me.getContact(topicName); return cont != null && cont.online!; }