#define osip_from_set_tag
(
header,
value
)
osip_generic_param_add((header)->gen_params, osip_strdup("tag"),value)
Allocate and add a tag parameter element in a Contact element.
- Parameters:
-
header The element to work on.
value The token value.
Typedef Documentation
Structure for From headers.
Function Documentation
Clone a From element.
- Parameters:
-
header The element to work on.
dest A pointer on the copy of the element.
Free a From element.
- Parameters:
-
header The element to work on.
char* osip_from_get_displayname
(
osip_from_t *
header
)
Get the displayname from a From header.
- Parameters:
-
header The element to work on.
Get the url from a From header.
- Parameters:
-
header The element to work on.
Allocate a From element.
- Parameters:
-
header The element to work on.
Get a header parameter from a From element.
- Parameters:
-
header The element to work on.
pos The index of the element to get.
dest A pointer on the element found.
Parse a From element.
- Parameters:
-
header The element to work on.
hvalue The string to parse.
Set the displayname in the From element.
- Parameters:
-
header The element to work on.
value The value of the element.
Set the url in the From element.
- Parameters:
-
header The element to work on.
url The value of the element.
Check if the tags in the From headers match. NOTE: THIS IS AN INTERNAL METHOD ONLY
- Parameters:
-
from1 The first From header.
from2 The second From header.
Get a string representation of a From element.
- Parameters:
-
header The element to work on.
dest A pointer on the new allocated string.
Generated on Tue Feb 22 00:59:47 2005 for libosip by
doxygen 1.4.1