Project

General

Profile

Bug #792

Updated by Loïc Gomez 3 months ago

Some clients will expect BIP to send a CAP reply on client connect. 
 For example, (eg. Goguma on Android will send something like this: 
 <pre> 
 02-02-2024 17:45:21 DEBUG: "CAP LS 302" 
 02-02-2024 17:45:21 DEBUG: "NICK kyoshiro" 
 02-02-2024 17:45:21 DEBUG: "USER kyoshiro 0 * kyoshiro" 
 02-02-2024 17:45:21 DEBUG: "CAP REQ sasl" 
 02-02-2024 17:45:21 DEBUG: "AUTHENTICATE PLAIN" 
 02-02-2024 17:45:21 DEBUG: "AUTHENTICATE REDACTED_B64" 
 02-02-2024 17:45:21 DEBUG: "CAP END" 
 </pre> Android)

Back