#include "blist.h"
#include "proxy.h"
#include "plugin.h"
Include dependency graph for prpl.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | GaimBuddyIconSpec |
A description of a Buddy Icon specification. More... | |
struct | proto_chat_entry |
struct | _GaimPluginProtocolInfo |
A protocol plugin information structure. More... | |
Basic Protocol Information | |
#define | GAIM_PRPL_DESC(x) |
Default protocol plugin description. | |
#define | GAIM_PROTO_DEFAULT "prpl-oscar" |
Default protocol. | |
Defines | |
#define | NO_BUDDY_ICONS {NULL, 0, 0, 0, 0, 0} |
#define | GAIM_AWAY_CUSTOM _("Custom") |
Custom away message. | |
#define | GAIM_IS_PROTOCOL_PLUGIN(plugin) ((plugin)->info->type == GAIM_PLUGIN_PROTOCOL) |
#define | GAIM_PLUGIN_PROTOCOL_INFO(plugin) ((GaimPluginProtocolInfo *)(plugin)->info->extra_info) |
Typedefs | |
typedef _GaimPluginProtocolInfo | GaimPluginProtocolInfo |
Enumerations | |
enum | GaimConvImFlags { GAIM_CONV_IM_AUTO_RESP = 0x0001, GAIM_CONV_IM_IMAGES = 0x0002 } |
Flags applicable to outgoing/incoming IMs from prpls. More... | |
enum | GaimConvChatFlags { GAIM_CONV_CHAT_WHISPER = 0x0001, GAIM_CONV_CHAT_DELAYED = 0x0002 } |
enum | GaimIconScaleRules { GAIM_ICON_SCALE_DISPLAY = 0x01, GAIM_ICON_SCALE_SEND = 0x02 } |
enum | GaimProtocolOptions { OPT_PROTO_UNIQUE_CHATNAME = 0x00000004, OPT_PROTO_CHAT_TOPIC = 0x00000008, OPT_PROTO_NO_PASSWORD = 0x00000010, OPT_PROTO_MAIL_CHECK = 0x00000020, OPT_PROTO_IM_IMAGE = 0x00000080, OPT_PROTO_PASSWORD_OPTIONAL = 0x00000100, OPT_PROTO_USE_POINTSIZE = 0x00000200, OPT_PROTO_NO_NORMALIZE_CONV = 0x00000400 } |
Protocol options. More... | |
Functions | |
GaimPlugin * | gaim_find_prpl (const char *id) |
Finds a protocol plugin structure of the specified type. |
gaim
Gaim is the legal property of its developers, whose names are too numerous to list here. Please refer to the COPYRIGHT file distributed with this source distribution.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Value: "Allows gaim to use the " (x) " protocol.\n\n" \ "Now that you have loaded this protocol, use the " \ "Account Editor to add an account that uses this " \ "protocol. You can access the Account Editor from " \ "the \"Accounts\" button on the login window or " \ "in the \"Tools\" menu in the buddy list window."
|
|
|
|
Flags applicable to outgoing/incoming IMs from prpls.
|
|
|
|
|
Finds a protocol plugin structure of the specified type.
|