[FIX] Use the puppet's name when pinged if possible

This commit is contained in:
lda 2025-02-11 17:18:01 +00:00
commit 176f390c4b
4 changed files with 26 additions and 16 deletions

View file

@ -356,7 +356,7 @@ extern int ParseeFindDatastartU(char *data);
/* XMPP-ifies a message event to XEP-0393 if possible. */
extern char * ParseeXMPPify(HashMap *event);
extern char * ParseeXMPPify(ParseeData *data, HashMap *event);
/* Finds an event ID from an ID in the stanza's attributes */
extern char * ParseeEventFromID(ParseeData *d, char *c_id, char *ori_id);