From e6bb11fc2801ca5be48ddceeecc5001cd5c39ef6 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 15 Apr 2017 18:13:32 +0200 Subject: webclient: Don't handle _push online TODO: implement nicklist in webclient --- webclient/client.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webclient/client.html b/webclient/client.html index 40d2df3..c02c6aa 100644 --- a/webclient/client.html +++ b/webclient/client.html @@ -112,6 +112,8 @@ function reconnect(){ addRoomEntry(r,"notice",[now(),"User '"+u+"' joined this room"]); } else if(type=="ping"){ // Do nothing + } else if(type=="online"){ + // TODO: implement nicklist and do something with this } else { alert("Unknown push message type '"+type+"'!"); } -- cgit v1.2.3-54-g00ecf