aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/jabber.h
diff options
context:
space:
mode:
authorphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-07 16:28:25 +0000
committerphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-07 16:28:25 +0000
commitc4c1cc3901d0946b5a86645da09b770a9d2b7e96 (patch)
tree3110c170b9448ad1ecf55ca5cda1c155f018553e /include/asterisk/jabber.h
parent38f9bd49db978802cbc1f24b4c96b67bdc73e863 (diff)
Make the status and priority configurable.
Closes issue #10785, patch by Luke-Jr, thanks! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84939 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/jabber.h')
-rw-r--r--include/asterisk/jabber.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/jabber.h b/include/asterisk/jabber.h
index 3ad20d368..83ba0b1b6 100644
--- a/include/asterisk/jabber.h
+++ b/include/asterisk/jabber.h
@@ -155,6 +155,8 @@ struct aji_client {
AST_LIST_HEAD(messages,aji_message) messages;
void *jingle;
pthread_t thread;
+ int priority;
+ enum ikshowtype status;
};
struct aji_client_container{