BLIP/BLIPConnection.h
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-04-22 * Added MYBonjourBrowser and MYBonjourService.
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 a BLIP port of Apple's "CocoaEcho" sample code.
2008-05-24 * Added more documentation.
2008-05-23 First checkin after breaking out of Cloudy