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

Feature request: Split long messages. #1545

Open
clort81 opened this issue Sep 29, 2021 · 0 comments
Open

Feature request: Split long messages. #1545

clort81 opened this issue Sep 29, 2021 · 0 comments

Comments

@clort81
Copy link

clort81 commented Sep 29, 2021

Overview

  1. uTox version: 0.18.1
  2. Operating system: any
  3. Desktop Environment/Window Manager (Linux/BSD only): any

Issue

Pasting messages with lots of UTF-8 results in too long messages > 500 bytes
TOX_ERR_CONFERENCE_SEND_MESSAGE_TOO_LONG

  • The message length may not exceed TOX_MAX_MESSAGE_LENGTH. Larger messages
  • must be split by the client and sent as separate messages. Other clients can
  • then reassemble the fragments.

It might be nice to have uTox split too-long messages into multiple messages (at line breaks).
IRC clients have code that does this (e.g. irssi)

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