aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/jabber.h
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 23:55:13 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 23:55:13 +0000
commitfa3f01d95f322b09ba0ccab4f0164fd86e5db8d1 (patch)
tree3d9f2d9d4a82594051b05130d2aa126de6a04d17 /include/asterisk/jabber.h
parent234a124b3ea35fdb4e99ee52844cdfd8a822809e (diff)
Merged revisions 43466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43466 | mogorman | 2006-09-21 18:50:56 -0500 (Thu, 21 Sep 2006) | 2 lines updates for better compontent support ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43467 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/jabber.h')
-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;