Thanks.
> However, I've been getting some errors
> involving the -(void)connection:(BLIPConnection*) receivedRequest:
> (BLIPRequest*) method in the BLIP Delegate. In the documentation and
> in the implementation this method returns void, but in the
> BLIPConnection.h file, it is declared to return a BOOL. I was just
> wondering if there is a reason for this mismatch
At some point I changed the return value to BOOL (to make it easy for the implementor to reject an unknown request), but I forgot to update Chatty. Sorry! You can just add “return YES;” to the end of the method in Chatty and it should work fine.
(The HTML docs are auto-generated from the headers, but I have to remember to run doxygen and upload the HTML, so in case of conflicts, trust the headers.)
—Jens
-Stoph