Tags for Nokia User Agent Library. More...
#include <sofia-sip/su_tag.h>#include <sofia-sip/url_tag.h>#include <sofia-sip/sip_tag.h>#include <sofia-sip/nta_tag.h>
Go to the source code of this file.
Defines | |
| #define | NEA_TAG_H |
| Defined when <sofia-sip/nea_tag.h> has been included. | |
| #define | NEATAG_ANY() |
| Filter tag matching any nea tag. | |
| #define | NEATAG_MIN_EXPIRES(x) |
| Specify the minimum duration of a subscription (by default, 15 minutes). | |
| #define | NEATAG_EXPIRES(x) |
| Specify the default duration of a subscription (by default, 60 minutes). | |
| #define | NEATAG_MAX_EXPIRES(x) |
| Specify the maximum duration of a subscription (by default, 24 hours). | |
| #define | NEATAG_EVENTLIST(x) |
| Indicate/require support for "eventlist" feature. | |
| #define | NEATAG_THROTTLE(x) |
| Specify the default throttle value for subscription. | |
| #define | NEATAG_MINTHROTTLE(x) |
| Specify the minimum throttle value for subscription. | |
| #define | NEATAG_DIALOG(x) |
| Specify dialog handle. | |
| #define | NEATAG_SUB(x) |
| Pass pointer to subscription. | |
| #define | NEATAG_FAKE(x) |
| Use fake content. | |
| #define | NEATAG_REASON(x) |
| Specify reason for termination. | |
| #define | NEATAG_RETRY_AFTER(x) |
| Specify retry-after for termination. | |
| #define | NEATAG_EXSTATE(x) |
| Specify extended state for subscription-state. | |
| #define | NEATAG_STRICT_3265(x) |
| Do not try to conform pre-3265 notifiers/watchers. | |
| #define | NEATAG_VERSION(x) |
| Version number of content. | |
Enumerations | |
| enum | nea_state_t { , nea_pending } |
Event states. More... | |
Tags for Nokia User Agent Library.
| #define NEA_TAG_H |
Defined when <sofia-sip/nea_tag.h> has been included.
| #define NEATAG_ANY | ( | ) |
Filter tag matching any nea tag.
| #define NEATAG_EVENTLIST | ( | x | ) |
Indicate/require support for "eventlist" feature.
| #define NEATAG_FAKE | ( | x | ) |
Use fake content.
| #define NEATAG_MINTHROTTLE | ( | x | ) |
Specify the minimum throttle value for subscription.
| #define NEATAG_THROTTLE | ( | x | ) |
Specify the default throttle value for subscription.
| enum nea_state_t |