summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/xmpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/xmpp.h b/include/asterisk/xmpp.h
index 1bac90042..d0c25707f 100644
--- a/include/asterisk/xmpp.h
+++ b/include/asterisk/xmpp.h
@@ -134,6 +134,8 @@ struct ast_xmpp_client {
pthread_t thread;
int timeout;
unsigned int reconnect:1; /*!< Reconnect this client */
+ struct ast_event_sub *mwi_sub; /*!< If distributing event information the MWI subscription */
+ struct ast_event_sub *device_state_sub; /*!< If distributing event information the device state subscription */
};
/*!