comparison src/prpl.h @ 5730:99ae9bd8b5fa

[gaim-migrate @ 6154] Added basic support for Trepia. Don't blame me if it doesn't work! It's a weird little system :) Use with caution in a fire-safe environment. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 04 Jun 2003 03:57:26 +0000
parents 1d140b31d4b3
children dbed8c87f750
comparison
equal deleted inserted replaced
5729:61113d76091c 5730:99ae9bd8b5fa
57 GAIM_PROTO_SAMETIME, /**< SameTime protocol */ 57 GAIM_PROTO_SAMETIME, /**< SameTime protocol */
58 GAIM_PROTO_TLEN, /**< TLEN protocol */ 58 GAIM_PROTO_TLEN, /**< TLEN protocol */
59 GAIM_PROTO_RVP, /**< RVP protocol */ 59 GAIM_PROTO_RVP, /**< RVP protocol */
60 GAIM_PROTO_BACKRUB, /**< Instant Massager protocol */ 60 GAIM_PROTO_BACKRUB, /**< Instant Massager protocol */
61 GAIM_PROTO_MOO, /**< MOO protocol */ 61 GAIM_PROTO_MOO, /**< MOO protocol */
62 GAIM_PROTO_ELVIN, /**< Elvin Protocol */ 62 GAIM_PROTO_ELVIN, /**< Elvin Protocol */
63 GAIM_PROTO_TREPIA, /**< Trepia IM protocol */
63 GAIM_PROTO_UNTAKEN /**< Untaken protocol number */ 64 GAIM_PROTO_UNTAKEN /**< Untaken protocol number */
64 65
65 } GaimProtocol; 66 } GaimProtocol;
66 67
67 #include "blist.h" 68 #include "blist.h"