--- a/libpurple/protocols/zephyr/zephyr.c Sat Feb 15 22:10:38 2014 +0530 +++ b/libpurple/protocols/zephyr/zephyr.c Mon Feb 17 21:57:26 2014 +0530 @@ -842,7 +842,6 @@ /* Need to deal with 0 length messages to handle typing notification (OPCODE) ping messages */ /* One field zephyrs would have caused purple to crash */ if ( (notice.z_message_len == 0) || (signature_length >= notice.z_message_len - 1)) { - /* message has no body */ len = 0; purple_debug_info("zephyr","message_size %d %d %d\n",len,notice.z_message_len,signature_length); buf3 = g_strdup("");