Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline CAP support #357

Open
NospamNospam opened this issue Mar 19, 2024 · 0 comments
Open

Multiline CAP support #357

NospamNospam opened this issue Mar 19, 2024 · 0 comments

Comments

@NospamNospam
Copy link

The last version I see at Google Play Store, 5.2, doesn't support multiline replies to CAP LS and CAP LIST and, for example, SASL doesn't work for me if multiline CAP reply is received. Is this corrected in the latest version here?
Multiline example:

userinput  : * : <-  : CAP LS 302
useroutput : * :  -> : :******** CAP * LS * :account-notify account-tag away-notify batch cap-notify chghost draft/account-registration draft/channel-rename draft/chathistory draft/event-playback draft/languages=1,en draft/message-redaction draft/multiline=max-bytes=4096,max-lines=100 draft/no-implicit-names draft/persistence draft/pre-away draft/read-marker draft/relaymsg=/ echo-message ergo.chat/nope extended-join extended-monitor invite-notify labeled-response message-tags multi-prefix sasl=PLAIN,EXTERNAL server-time setname
useroutput : * :  -> : :******** CAP * LS :standard-replies userhost-in-names znc.in/playback znc.in/self-message
userinput  : * : <-  : NICK ********
userinput  : * : <-  : USER ******** 0 * :********
userinput  : * : <-  : CAP END
useroutput : * :  -> : :******** 464 * :Password incorrect

Oneline example:

userinput  : * : <-  : CAP LS 302
useroutput : * :  -> : :******** CAP * LS :account-notify account-tag away-notify batch cap-notify chghost draft/account-registration draft/channel-rename draft/chathistory draft/event-playback draft/languages=1,en draft/multiline=max-bytes=4096,max-lines=100 draft/persistence draft/read-marker draft/relaymsg=/ echo-message ergo.chat/nope extended-join extended-monitor invite-notify labeled-response message-tags multi-prefix sasl=PLAIN,EXTERNAL server-time setname userhost-in-names znc.in/playback znc.in/self-message
userinput  : * : <-  : NICK ********
userinput  : * : <-  : USER ******** 0 * :********
userinput  : * : <-  : CAP REQ :batch cap-notify multi-prefix sasl server-time znc.in/self-message
useroutput : * :  -> : @time=******** :******** CAP * ACK :batch cap-notify multi-prefix sasl server-time znc.in/self-message
userinput  : * : <-  : AUTHENTICATE PLAIN
useroutput : * :  -> : AUTHENTICATE +
userinput  : * : <-  : AUTHENTICATE ********
accounts   : client : * : logged into account : ********
useroutput : * :  -> : @time=******** :******** 900 * * ******** :You are now logged in as ********
useroutput : * :  -> : @time=******** :******** 903 * :Authentication successful
userinput  : * : <-  : CAP END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant