public void deliveredNotificationRequested(
     String from, String packetID, MessageEventManager messageEventManager) {
   // Send to the message's sender that the message has been delivered
   messageEventManager.sendDeliveredNotification(from, packetID);
 }