mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 19:45:11 +00:00
[FIX] Use the puppet's name when pinged if possible
This commit is contained in:
parent
f94db460ac
commit
176f390c4b
4 changed files with 26 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue