mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:25:11 +00:00
[MOD/WIP] Try doing fallbacks
This commit is contained in:
parent
fe77906cde
commit
cc85859cca
5 changed files with 56 additions and 2 deletions
|
|
@ -160,4 +160,7 @@ extern bool ParseeInitialiseSignals(HttpServer *, pthread_t, XMPPComponent *);
|
|||
|
||||
/* Job used to cleanup Parsee data that isn't necessary anymore. */
|
||||
extern void ParseeCleanup(void *data);
|
||||
|
||||
/* Finds the offset of the first line without a '>' at its start. */
|
||||
extern int ParseeFindDatastart(char *data);
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -60,4 +60,5 @@ extern void XMPPFreeMUCInfo(MUCInfo info);
|
|||
|
||||
/* Checks if a stanza has an x-parsee element */
|
||||
extern bool XMPPIsParseeStanza(XMLElement *);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue