libgaim.framework [386] which has extensive debugging in the upnp module to try to...
[adiumx.git] / Plugins / Bonjour / AWBonjourPlugin.m
blob623c5769653caaf8a4b584687fbd90ad046230af
1 /*
2  * Project:     Adium Rendezvous Plugin
3  * File:        AWRendezvousPlugin.m
4  * Author:      Andrew Wellington <proton[at]wiretapped.net>
5  *
6  * License:
7  * Copyright (C) 2004-2005 Andrew Wellington.
8  * All rights reserved.
9  * 
10  * This program is free software; you can redistribute it and/or modify it
11  * under the terms of the GNU General Public License as published by the
12  * Free Software Foundation; either version 2 of the License, or (at your
13  * option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful, but
16  * WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License along
21  * with this program; if not, write to the Free Software Foundation, Inc.,
22  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23  */
25 #import "AWBonjourAccount.h"
26 #import "AWBonjourPlugin.h"
27 #import "AWBonjourService.h"
29 @implementation AWBonjourPlugin
31 - (void)installPlugin
33         [[AWBonjourService alloc] init];
36 @end