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

In MUC Room, USER has been kicked (User seems to be unreachable (didn't respond to a ping request).) are showed but the option is not enabled #758

Open
Neustradamus opened this issue Apr 26, 2024 · 2 comments
Labels

Comments

@Neustradamus
Copy link
Contributor

Neustradamus commented Apr 26, 2024

We can see a lot of:
[XX:XX:XX] *** USER (user@server/client) has been kicked (User seems to be unreachable (didn't respond to a ping request).)

But the option is not enabled in Options -> Messages -> Groupchat -> Show technical kicks

Linked to:

@Neustradamus
Copy link
Contributor Author

Openfire code here:

Log.debug("{} has not responded to a ping request that we sent earlier and didn't have other activity. Occupant should be kicked from the room.", occupant);
tryRemoveOccupantFromRoom(occupant, JiveGlobals.getProperty("admin.mucRoom.noPingResponseKickReason", "User seems to be unreachable (didn't respond to a ping request).") );

Possibility to check here:

@Neustradamus Neustradamus changed the title USER has been kicked (User seems to be unreachable (didn't respond to a ping request).) are showed but the option is not enabled In MUC Room, USER has been kicked (User seems to be unreachable (didn't respond to a ping request).) are showed but the option is not enabled May 9, 2024
@Neustradamus
Copy link
Contributor Author

@Ri0n: Linked to #608.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant