Protocols/OSCAR/Sign On: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Protocols/OSCAR}} Auth error notes from another <!-- O: H This/these are sent back instead of the Authorization Response command in the case of authorization failure. C...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Protocols/OSCAR}} | {{Protocols/OSCAR}} | ||
Authorization Request - notes from another | |||
<!-- | |||
[Source: Client] | |||
Send as the first command to the Authorizer, and is used for requesting authorization and the associated cookie. | |||
Container Data TLV Type | |||
RAW FLAP Header (channel 0x01) | |||
RAW 0x0000 | |||
RAW 0x0001 | |||
TLV1 Screen Name 0x0001 | |||
TLV2 "Encrypted" Password 0x0002 | |||
TLV3 ClientProfile 0x0003 | |||
TLV4 Unknown: 0x0001 0x0016 | |||
TLV5 Client Version Major 0x0017 | |||
TLV6 Client Version Minor 0x0018 | |||
TLV7 Client Version Build 0x001a | |||
TLV8 Country Code 0x000e | |||
TLV9 Language Code 0x000f | |||
TLV10 Unknown: 0x0015 0x0009 | |||
--> | |||
Authorization Successful Response - notes from another | |||
<!-- | |||
[Source: Server] | |||
This is sent in response to successful completion of the Authorization Requeset command. This contains the cookie used to connect to the rest of the BOS and AIM-related services. | |||
Container Data TLV Type | |||
RAW FLAP Header (channel 0x04) | |||
TLV Screen Name 0x0001 | |||
TLV BOS Server IP 0x0005 | |||
TLV Authorization Cookie 0x0006 | |||
TLV EMail Address 0x0011 | |||
TLV Registration Status 0x0013 | |||
--> | |||
Auth error notes from another | Auth error notes from another | ||
Line 22: | Line 60: | ||
http://www.aim.aol.com/errors/MISMATCH_PASSWD.html | http://www.aim.aol.com/errors/MISMATCH_PASSWD.html | ||
SN/Pasword Mismatch (Invalid Password) | SN/Pasword Mismatch (Invalid Password) | ||
--> | |||
BOS Signon Request | |||
<!-- | |||
[Source: Client] | |||
Send as the first command to the BOS connection. The Cookie comes from the Authorization Response. | |||
Container Data TLV Type | |||
RAW FLAP Header (channel 0x01) | |||
RAW 0x0000 | |||
RAW 0x0001 | |||
TLV Authorization Cookie 0x0006 | |||
--> | --> |
Revision as of 21:09, 18 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) |
Authorization Request - notes from another
Authorization Successful Response - notes from another
Auth error notes from another
BOS Signon Request