Sat Apr 26 2014 22:03:24

Asterisk developer's documentation


ast_xmpp_client_config Struct Reference

XMPP Client Configuration. More...

Collaboration diagram for ast_xmpp_client_config:

Data Fields

struct ast_string_field_mgr __field_mgr
struct ast_string_field_pool__field_mgr_pool
struct ao2_containerbuddies
struct ast_xmpp_clientclient
const ast_string_field context
struct ast_flags flags
int message_timeout
const ast_string_field name
const ast_string_field password
int port
int priority
const ast_string_field pubsubnode
const ast_string_field server
enum ikshowtype status
const ast_string_field statusmsg
const ast_string_field user

Detailed Description

XMPP Client Configuration.

Definition at line 331 of file res_xmpp.c.


Field Documentation

Definition at line 340 of file res_xmpp.c.

< Name of the client connection

< Username to use for authentication

< Password to use for authentication

< Server hostname

< Status message for presence

< Pubsub node

< Context for incoming messages

Definition at line 340 of file res_xmpp.c.

Definition at line 340 of file res_xmpp.c.

Referenced by xmpp_pak_message().

Timeout for messages

Definition at line 342 of file res_xmpp.c.

int port

Port to use when connecting to server

Definition at line 341 of file res_xmpp.c.

Referenced by xmpp_config_prelink().

int priority

Resource priority

Definition at line 343 of file res_xmpp.c.

Referenced by xmpp_config_prelink().

Definition at line 340 of file res_xmpp.c.

Definition at line 340 of file res_xmpp.c.

Referenced by xmpp_config_prelink().

enum ikshowtype status

Presence status

Definition at line 345 of file res_xmpp.c.

Referenced by client_status_handler(), xmpp_client_config_post_apply(), xmpp_pak_presence(), and xmpp_pak_s10n().


The documentation for this struct was generated from the following file: