summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-10-03 00:07:45 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-10-03 00:07:45 +0000
commitdeb9cb88fb6b6ecf89ffadd9dea452680a867c0a (patch)
tree18087bf408d549f951b6c7baff7ff78c3d2e9460 /include
parentd3033c319b21b7a42f0712478ff9ced582f55a08 (diff)
44240 same as but without the removing of chan_jingle and such, as I hope to finish jingle support for 1.6
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44241 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/jabber.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asterisk/jabber.h b/include/asterisk/jabber.h
index ccad068e5..d212bab46 100644
--- a/include/asterisk/jabber.h
+++ b/include/asterisk/jabber.h
@@ -72,10 +72,6 @@ struct aji_message {
struct aji_buddy {
ASTOBJ_COMPONENTS(struct aji_buddy);
- char user[160];
- char host[160];
- char pass[160]; /*For Transports*/
- char server[160]; /*For Transports */
char channel[160];
struct aji_resource *resources;
enum aji_btype btype;