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

Add an option to disable Message Composition Indication feature (MCI) #3866

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

goodicus
Copy link
Contributor

The Message Composition Indication feature (RFC-3994) is always enabled currently. And it leads to sending massive messages while typing.
The PR switches off the feature by default and adds an option to a configuration file to enable the feature

--set-mci

(RFC-3994). The feature is always ON currently.
The PR switches off the feature by default and adds an option in a
configuration file ("--set-mci") to enable it.
@goodicus goodicus marked this pull request as ready for review February 20, 2024 10:01
@nanangizz
Copy link
Member

Usually we don't change default behaviors except for a strong reason, e.g: security issues. So what if the new option is to disable the MCI instead?

@goodicus
Copy link
Contributor Author

@nanangizz I got your point and will rework the implementation.

Message Composition Information (RFC-3994).
The option name is "--no-mci".
@goodicus
Copy link
Contributor Author

Add an option to disable the default pjsua behaviour to not send Message Composition Information (RFC-3994).
The option name is "--no-mci".

@goodicus goodicus changed the title Add a configuration file option to enable Message Composition Indication feature, which is currently always enable. Add an option to disable Message Composition Indication feature (MCI) Feb 21, 2024
@sauwming sauwming merged commit b0be170 into pjsip:master Feb 22, 2024
35 checks passed
@goodicus goodicus deleted the Option_MCI branch February 22, 2024 07:13
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

Successfully merging this pull request may close these issues.

4 participants