/* If the message contains a string of the form: TO: then return 'Username' */ char* fetch_dest_user_string(char* message); /* If the message contains a string of the form: IAM: then return 'Username' */ char* fetch_sender_user_string(char* message); /* If the message contains a string of the form: : Then return 'value' */ char* fetch_generic_string(char* indicator, char* message); /* If the message contains a string of the form: START_OF_MESSAGE END_OF_MESSAGE