comparison plugins/icq/udp.h @ 1977:7b3f1eb1ef7d

[gaim-migrate @ 1987] updated icqlib. fixed import dialog (watch debug window for errors). adam's (not mid's) patch for oscar. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 09 Jun 2001 14:46:51 +0000
parents 8ed70631ed15
children
comparison
equal deleted inserted replaced
1976:24aed1c31342 1977:7b3f1eb1ef7d
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 2
3 /* 3 /*
4 * $Id: udp.h 1987 2001-06-09 14:46:51Z warmenhoven $
5 *
4 * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and 6 * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and
5 * Bill Soudan <soudan@kde.org> 7 * Bill Soudan <soudan@kde.org>
6 * 8 *
7 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
75 #define UDP_SRV_INFO_REPLY 0x0118 77 #define UDP_SRV_INFO_REPLY 0x0118
76 #define UDP_SRV_EXT_INFO_REPLY 0x0122 78 #define UDP_SRV_EXT_INFO_REPLY 0x0122
77 #define UDP_SRV_STATUS_UPDATE 0x01A4 79 #define UDP_SRV_STATUS_UPDATE 0x01A4
78 #define UDP_SRV_X1 0x021C 80 #define UDP_SRV_X1 0x021C
79 #define UDP_SRV_X2 0x00E6 81 #define UDP_SRV_X2 0x00E6
80 #define UDP_SRV_UPDATE 0x01E0 82 #define UDP_SRV_UPDATE_OK 0x01E0
83 #define UDP_SRV_UPDATE_FAIL 0x01EA
81 #define UDP_SRV_UPDATE_EXT 0x00C8 84 #define UDP_SRV_UPDATE_EXT 0x00C8
82 #define UDP_SRV_NEW_UIN 0x0046 85 #define UDP_SRV_NEW_UIN 0x0046
83 #define UDP_SRV_NEW_USER 0x00B4 86 #define UDP_SRV_NEW_USER 0x00B4
84 #define UDP_SRV_QUERY 0x0082 87 #define UDP_SRV_QUERY 0x0082
85 #define UDP_SRV_SYSTEM_MESSAGE 0x01C2 88 #define UDP_SRV_SYSTEM_MESSAGE 0x01C2