Functions

Vortex Greetings: Related function to Initial Greeting messages.

Functions

void vortex_greetings_error_send (VortexConnection *connection, const char *xml_lang, const char *code, const char *message,...)
 Allows to send a greetings error reply.
const char * vortex_greetings_get_features (VortexCtx *ctx)
 Allows to get current "features" greetings attribute.
const char * vortex_greetings_get_localize (VortexCtx *ctx)
 Return current "localize" greetings optional attribute status.
axl_bool vortex_greetings_send (VortexConnection *connection, VortexConnectionOpts *options)
 Allows to send BEEP greetings message on the provided connection.
void vortex_greetings_set_features (VortexCtx *ctx, const char *features)
 Allows to set advertised, optional, features attributes while sending greeting element.
void vortex_greetings_set_localize (VortexCtx *ctx, const char *localize)
 Allows to set current "localize" greetings attribute.