Protocols/OSCAR/Foodgroups/BUCP: Difference between revisions

From Toxi's Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 13: Line 13:
| BUCP__ERR
| BUCP__ERR
|-
|-
| colspan="3" | init
| colspan="3" | TODO
|-
|-


Line 21: Line 21:
| BUCP__LOGIN_REQUEST
| BUCP__LOGIN_REQUEST
|-
|-
| colspan="3" | init
| colspan="3" | Client login request
|-
|-


Line 29: Line 29:
| BUCP__LOGIN_RESPONSE
| BUCP__LOGIN_RESPONSE
|-
|-
| colspan="3" | init
| colspan="3" | Server login response - will contain reconnect info with login cookie and/or URL,
|-
|-


Line 37: Line 37:
| BUCP__CHALLENGE_REQUEST
| BUCP__CHALLENGE_REQUEST
|-
|-
| colspan="3" | init
| colspan="3" | Requests a challenge from the server
|-
|-


Line 46: Line 46:
| BUCP__CHALLENGE_RESPONSE
| BUCP__CHALLENGE_RESPONSE
|-
|-
| colspan="3" | init
| colspan="3" | Response for the client with challenge requested.
|-
|-


|}
|}

Latest revision as of 07:33, 21 July 2024

OSCAR Protocol
IntroductionTermsClients
Basic
TODO
Tutorials
Sign On
Foodgroups
OSERVICE (0x0001)
BUCP (0x0017)
Subgroup Origin Name
0x0001 Any BUCP__ERR
TODO
0x0002 Client BUCP__LOGIN_REQUEST
Client login request
0x0003 Server BUCP__LOGIN_RESPONSE
Server login response - will contain reconnect info with login cookie and/or URL,
0x0006 Client BUCP__CHALLENGE_REQUEST
Requests a challenge from the server
0x0007 Server BUCP__CHALLENGE_RESPONSE
Response for the client with challenge requested.