1920212223242526272829
public static void sendChat(String text) { if(profile != null) { Connection c = profile.getPrimaryConnection(); if(c != null) c.sendChat(text, true); } } public static Session get(String sid) { return sessions.get(sid);