|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Structure representing a publication resource. More...

Public Member Functions | |
| SORCERY_OBJECT (details) | |
| Sorcery object details. | |
Data Fields | |
| char * | endpoint |
| Optional name of an endpoint that is only allowed to publish to this resource. | |
| struct ast_variable * | events |
| Mapping for event types to configuration. | |
Structure representing a publication resource.
Definition at line 733 of file res_pjsip_pubsub.c.
| SORCERY_OBJECT | ( | details | ) |
Sorcery object details.
| char* endpoint |
Optional name of an endpoint that is only allowed to publish to this resource.
Definition at line 737 of file res_pjsip_pubsub.c.
Referenced by publication_resource_destroy(), and resource_endpoint_handler().
| struct ast_variable* events |
Mapping for event types to configuration.
Definition at line 739 of file res_pjsip_pubsub.c.
Referenced by publication_resource_destroy(), and resource_event_handler().