Mercurial > pidgin
comparison PRPL @ 1103:7aabbbaae829
[gaim-migrate @ 1113]
lalala
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 17 Nov 2000 22:45:31 +0000 |
parents | ce201056e7a6 |
children | 0bbe3aaa6a3e |
comparison
equal
deleted
inserted
replaced
1102:d7944415b1cc | 1103:7aabbbaae829 |
---|---|
3 Each PRPL needs to have a unique identifier. In the pre-PRPL system TOC was 0 and Oscar was 1. | 3 Each PRPL needs to have a unique identifier. In the pre-PRPL system TOC was 0 and Oscar was 1. |
4 This identifier can be found in prpl.h. They are pre-assigned. PROTO_TOC is still 0, PROTO_OSCAR | 4 This identifier can be found in prpl.h. They are pre-assigned. PROTO_TOC is still 0, PROTO_OSCAR |
5 is still 1. The protocol_init function is expected to set the struct's protocol member to the | 5 is still 1. The protocol_init function is expected to set the struct's protocol member to the |
6 appropriate value. If you want to write a new PRPL for gaim, please email one of the maintainers | 6 appropriate value. If you want to write a new PRPL for gaim, please email one of the maintainers |
7 with the name of the protocol. We'll then reserve a number for it. Please do not use a number | 7 with the name of the protocol. We'll then reserve a number for it. Please do not use a number |
8 that has not been assigned to your protocol, not even for testing purposes. | 8 that has not been assigned to your protocol. |
9 | 9 |
10 The addition of PRPL to gaim means that gaim now supports multiple connections and multiple (and | 10 The addition of PRPL to gaim means that gaim now supports multiple connections and multiple (and |
11 dynamically loadable) protocols. | 11 dynamically loadable) protocols. |
12 | 12 |
13 ====== | 13 ====== |