6
If you can't wait the next release of XF guestbook, I think you have just to change 2 lines in class/msg.php (function insert and function delete)
if (get_class($msg) != 'xfguestbookmsg') {
// with
if (strtolower(get_class($msg)) != 'xfguestbookmsg') {
Not tested, sorry if it dont'work.
...