Need assistance regarding using the xep-0184
问题 I am using robbiehanson/XMPPFramework for my current project, I can send and receive messages to people in my roster, but now I have to implement message delivery status. I know the xep its 0184 and I have also included in my project, I am having difficulty utilizing it. I read in xep-0184 document that request element must also included in message, so here is my code: #import "XMPPMessage+XEP_0184.h" . . . NSXMLElement *body = [NSXMLElement elementWithName:@"body"]; [body setStringValue