#include <switch_module_interfaces.h>
Collaboration diagram for switch_chat_interface:
Data Fields | |
| const char * | interface_name |
| switch_status_t(* | chat_send )(switch_event_t *message_event) |
| switch_thread_rwlock_t * | rwlock |
| int | refs |
| switch_mutex_t * | reflock |
| switch_loadable_module_interface_t * | parent |
| switch_chat_interface * | next |
Definition at line 482 of file switch_module_interfaces.h.
| switch_status_t(* switch_chat_interface::chat_send)(switch_event_t *message_event) |
function to open the directory interface
Referenced by do_chat_send().
| const char* switch_chat_interface::interface_name |
the name of the interface
Definition at line 484 of file switch_module_interfaces.h.
Referenced by do_chat_send(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 492 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 491 of file switch_module_interfaces.h.
Definition at line 490 of file switch_module_interfaces.h.
Definition at line 489 of file switch_module_interfaces.h.
Definition at line 488 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_unprocess().
1.4.7