BLIP/BLIPConnection.m
2009-07-24 * The BLIPConnection receivedRequest: delegate method now returns BOOL. If the method returns NO (or if the method isn't implemented in the delegate), that means it didn't handle the message at all; an error will be returned to the sender.
2009-05-24 Misc. tweaks made while porting Chatty to use MYNetwork.
2008-06-23 Implemented BLIP 1.1 (explicit 'bye' message)
2008-06-19 Implemented new close protocol with 'bye' meta-message.
2008-05-25 More documentation.
2008-05-24 * Added more documentation.
2008-05-23 First checkin after breaking out of Cloudy