aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 23:50:56 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 23:50:56 +0000
commitd63196674d8c3a4e57f83e91ebadbe4c3af30a29 (patch)
tree60ac369db16f64d9c7af0a1e888f332db7a115db /include
parent6e09cb5e8914384748b0f087e46643f08342c6d4 (diff)
updates for better compontent support
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43466 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/jabber.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/asterisk/jabber.h b/include/asterisk/jabber.h
index f4ea1c55a..ccad068e5 100644
--- a/include/asterisk/jabber.h
+++ b/include/asterisk/jabber.h
@@ -40,11 +40,6 @@ enum aji_btype {
AJI_UTRANS=2
};
-enum aji_type {
- AJI_COMPONENT,
- AJI_CLIENT,
-};
-
struct aji_version {
char version[50];
int jingle;
@@ -120,7 +115,7 @@ struct aji_client {
int message_timeout;
int authorized;
unsigned int flags;
- enum aji_type component;
+ int component; /* 0 client, 1 component */
struct aji_buddy_container buddies;
AST_LIST_HEAD(messages,aji_message) messages;
void *jingle;