Protocols/OSCAR/SNAC/BUCP CHALLENGE REQUEST: Difference between revisions
From Toxi's Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Template:Protocols/OSCAR}} | {{Template:Protocols/OSCAR}} | ||
This is the first SNAC sent by the client when authorizing via BUCP used for requesting a challenge. The server should reply with [[Protocols/OSCAR/SNAC/BUCP__LOGIN_REQUEST|BUCP__LOGIN_REQUEST]] containing the aforementioned challenge, which will be used for hashing the password later on. | This is the first SNAC sent by the client when authorizing via BUCP used for requesting a challenge. The server should reply with [[Protocols/OSCAR/SNAC/BUCP__LOGIN_REQUEST|BUCP__LOGIN_REQUEST]] containing the aforementioned challenge, which will be [[Protocols/OSCAR/SNAC/BUCP__LOGIN_REQUEST|used for hashing the password later on]]. | ||
=== SNAC Header === | |||
{{Template:Protocols/OSCAR/SNAC/Header | {{Template:Protocols/OSCAR/SNAC/Header | ||
|foodgroup=00 17 | |foodgroup=00 17 | ||
Line 8: | Line 9: | ||
|flags=00 00 | |flags=00 00 | ||
|request_id=00 00 00 00}} | |request_id=00 00 00 00}} | ||
=== SNAC Data === | |||
The SNAC data is a list of TLVs - the possible TLVs being as follows: | |||
{| class="wikitable" | |||
|- | |||
! Type !! Length !! Value | |||
|- | |||
| 00 01 || xx xx || The screen name as given by the client. | |||
|} | |||
Example dump (with a FLAP header): | |||
<pre> | |||
0000 2a 02 17 8a 00 18 00 17 00 06 00 00 00 00 00 00 *............... | |||
0010 00 01 00 0a 74 6f 78 69 64 61 74 69 6f 6e ....toxidation | |||
</pre> |
Revision as of 05:14, 21 July 2024
OSCAR Protocol |
Introduction • Terms • Clients |
Basic |
TODO |
Tutorials |
Sign On |
Foodgroups |
OSERVICE (0x0001) |
BUCP (0x0017) |
This is the first SNAC sent by the client when authorizing via BUCP used for requesting a challenge. The server should reply with BUCP__LOGIN_REQUEST containing the aforementioned challenge, which will be used for hashing the password later on.
SNAC Header
|