diff --git a/TODO b/TODO index 5f54b4a..a15b50d 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,5 @@ - Add the ability to connect to a network of brokers (Cf: http://activemq.apache.org/networks-of-brokers.html) - Add Stomp 1.1 full support - -- Review tests to work on every message broker - - ActimeMQ - - stompserver (Ruby) - - TBD +- Verify if we need to call recv with MSG_PEEK for the newline char + or if the current implementation is enough (cf bug #59217)