Protocols/OSCAR/SNAC/BUCP REGISTER REQUEST: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Protocols/OSCAR}} {{Protocols/OSCAR/SNAC/Stats |origin={{Protocols/OSCAR/SNAC/BUCP__REGISTER_REQUEST/Origin}} |name=BUCP__REGISTER_REQUEST |id=0x0017, 0x0004 |service={{Prot...") |
|||
Line 19: | Line 19: | ||
=== SNAC Data === | === SNAC Data === | ||
Unconfirmed: This SNAC contains no data | Unconfirmed: This SNAC contains no data | ||
This is the SNAC sent to the auth server to request a new ICQ number. It should be the very first thing sent, after the initial "New Connection." | |||
{| border="1" | |||
! Length | |||
! Description | |||
|- | |||
| 2 bytes | |||
| Family (0x0017) | |||
|- | |||
| 2 bytes | |||
| Subtype (0x0004) | |||
|- | |||
| 2 bytes | |||
| Flags | |||
|- | |||
| 4 bytes | |||
| Snac Request ID | |||
|- | |||
| 2 bytes | |||
| 0x0001 | |||
|- | |||
| 2 bytes | |||
| Length ''L'' of the following | |||
|- | |||
| ''L'' bytes | |||
| DATA | |||
|} | |||
==== DATA ==== | |||
The ICQ registration info. All chunks are in, uh, network byte order, I guess (the number "5" is sent as "x05 00"). | |||
{| border="1" | |||
! Length | |||
! Description | |||
|- | |||
| 2 bytes | |||
| 0x0000 | |||
|- | |||
| 2 bytes | |||
| 0x0000 | |||
|- | |||
| 2 bytes | |||
| 0x2800 | |||
|- | |||
| 2 bytes | |||
| 0x0300 | |||
|- | |||
| 4 bytes | |||
| 0x0000 0000 | |||
|- | |||
| 4 bytes | |||
| 0x0000 0000 | |||
|- | |||
| 2 bytes | |||
| 0xec38 0000 - Some type of random cookie? | |||
|- | |||
| 2 bytes | |||
| 0xec38 0000 - Same number as above | |||
|- | |||
| 4 bytes | |||
| 0x0000 0000 | |||
|- | |||
| 4 bytes | |||
| 0x0000 0000 | |||
|- | |||
| 4 bytes | |||
| 0x0000 0000 | |||
|- | |||
| 4 bytes | |||
| 0x0000 0000 | |||
|- | |||
| 2 bytes | |||
| Length ''L'' of the following | |||
|- | |||
| ''L'' bytes | |||
| The password you wish to use for the new ICQ account. In plain text and null terminated. | |||
|- | |||
| 2 bytes | |||
| 0xec38 0000 - Same number as above | |||
|- | |||
| 2 bytes | |||
| 0x0000 | |||
|- | |||
| 2 bytes | |||
| 0x0602. 0x1502 has also been seen | |||
|} | |||
=== BUCP SNACs === | === BUCP SNACs === |
Revision as of 10:48, 23 March 2020
OSCAR Protocol |
Introduction • Terms • Clients |
Basic |
Datatypes • FLAP • SNAC • TLV |
UUIDs • Errors • Tool IDs |
Host Interaction |
Rate Limits • Migration • Messages |
Other Services |
ADMIN • ADVERT • ALERT |
BART • BOS • BUCP • CHAT |
CHAT_NAV |
Tutorials |
Sign On • BART • Rendezvous |
ICBM • Locate • Buddies |
Foodgroups |
OSERVICE (0x0001) |
LOCATE (0x0002) |
BUDDY (0x0003) |
ICBM (0x0004) |
ADVERT (0x0005) |
INVITE (0x0006) |
ADMIN (0x0007) |
POPUP (0x0008) |
PD (0x0009) |
USER_LOOKUP (0x000A) |
STATS (0x000B) |
TRANSLATE (0x000C) |
CHAT_NAV (0x000D) |
CHAT (0x000E) |
ODIR (0x000F) |
BART (0x0010) |
FEEDBAG (0x0013) |
ICQ (0x0015) |
BUCP (0x0017) |
ALERT (0x0018) |
PLUGIN (0x0022) |
UNNAMED_FG_24 (0x0024) |
MDIR (0x0025) |
ARS (0x044A) |
ID | Origin | Name | Foodgroup | Service | Status | Version |
---|---|---|---|---|---|---|
0x0017, 0x0004 | Client | BUCP__REGISTER_REQUEST | Unspecified | BUCP | Active | 1.15 |
Client registration for legacy ICQ clients.
SNAC Header
Foodgroup | uint16 (word) | 00 17 |
Subgroup | uint16 (word) | 00 04 |
Flags | uint16 (word) | 00 00 |
Request ID | uint32 (dword) | 00 00 00 00 |
SNAC Data
Unconfirmed: This SNAC contains no data
This is the SNAC sent to the auth server to request a new ICQ number. It should be the very first thing sent, after the initial "New Connection."
Length | Description |
---|---|
2 bytes | Family (0x0017) |
2 bytes | Subtype (0x0004) |
2 bytes | Flags |
4 bytes | Snac Request ID |
2 bytes | 0x0001 |
2 bytes | Length L of the following |
L bytes | DATA |
DATA
The ICQ registration info. All chunks are in, uh, network byte order, I guess (the number "5" is sent as "x05 00").
Length | Description |
---|---|
2 bytes | 0x0000 |
2 bytes | 0x0000 |
2 bytes | 0x2800 |
2 bytes | 0x0300 |
4 bytes | 0x0000 0000 |
4 bytes | 0x0000 0000 |
2 bytes | 0xec38 0000 - Some type of random cookie? |
2 bytes | 0xec38 0000 - Same number as above |
4 bytes | 0x0000 0000 |
4 bytes | 0x0000 0000 |
4 bytes | 0x0000 0000 |
4 bytes | 0x0000 0000 |
2 bytes | Length L of the following |
L bytes | The password you wish to use for the new ICQ account. In plain text and null terminated. |
2 bytes | 0xec38 0000 - Same number as above |
2 bytes | 0x0000 |
2 bytes | 0x0602. 0x1502 has also been seen |
BUCP SNACs
|