Functions

parse_event.c File Reference

Parser :: Event header field body parser. More...

#include "parse_event.h"
#include "../mem/mem.h"
#include "../dprint.h"
#include <string.h>
#include "../trim.h"
#include <stdio.h>
#include "../ut.h"
Include dependency graph for parse_event.c:

Go to the source code of this file.

Functions


Detailed Description

The parser was written for Presence Agent module only. it recognize presence package only, no sub-packages, no parameters It should be replaced by a more generic parser if sub-packages or parameters should be parsed too.

Definition in file parse_event.c.