diff --git a/README b/README
index b8ace54babcc31ab39afefab5699560b8087a774..d3c659083c7585879494eac3742782fc703b4aa0 100644
--- a/README
+++ b/README
@@ -3,6 +3,8 @@ receiving messages on different channels.
 
 Protocol:
 
+ping - replies with current timestamp on the server
+stats - replies with some basic info about the server
 subcribe <channel>
 unsubscribe <channel>
 announce <channel> <message>
diff --git a/TODO b/TODO
index 6c367da0a3aacfad152a5aead60d008fe3b98e68..b7b1db3ee3c285b012ea55d0435c4ce7640a3b2b 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1 @@
- * parse options
- * add option for port, max message size
+ * add option for max message size