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: close/clear room #124

Open
AntDX316 opened this issue Jun 6, 2024 · 4 comments
Open

Feature: close/clear room #124

AntDX316 opened this issue Jun 6, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@AntDX316
Copy link

AntDX316 commented Jun 6, 2024

Describe the bug

There is no way to close/clear the room?

Closing the room and wiping out all the chats as the room owner has to happen please.

Steps to reproduce

No response

Expected behavior

There is no way to close/clear the room?

Closing the room and wiping out all the chats as the room owner has to happen please.

I'm using the latest Openfire.

Relevant log

No response

local.js configuration

No response

XMPP-web version

0.10.2

Installation

Build from source

XMPP server(s)

Openfire

Browser(s)

No response

Device(s)

No response

Other information

No response

@AntDX316 AntDX316 added the bug Something isn't working label Jun 6, 2024
@nioc nioc added enhancement New feature or request and removed bug Something isn't working labels Jun 6, 2024
@nioc
Copy link
Owner

nioc commented Jun 9, 2024

Hello.

I use Prosody and in it you can configure automatic deletion of a salon when it's empty (non persistent).

Web XMPP doesn't let you do this manually, but it's a possible feature (low priority).

@nioc nioc changed the title There is no way to close/clear the room? Feature: close/clear room Jun 9, 2024
@AntDX316
Copy link
Author

AntDX316 commented Jun 19, 2024

Hello.

I use Prosody and in it you can configure automatic deletion of a salon when it's empty (non persistent).

Web XMPP doesn't let you do this manually, but it's a possible feature (low priority).

Is Prosody the best to use for the XMPP?

Can users also register and change password themselves?

I use Openfire. Is Prosody completely different?

@nioc
Copy link
Owner

nioc commented Jun 19, 2024

Prosody is okay for my usage (home server for few people).
You can see their docs.
May be someone (@guusdk) can explain how to configure room deletion with openfire

@guusdk
Copy link

guusdk commented Jun 19, 2024

When a MUC room is created to be 'non-persistent' (as shown in the screenshot below) then Openfire will delete the room when the last occupant leaves the room.

Some plugins (notably, the plugin that offers message archive management support) do not delete room-related content. This could cause a new room (by the same name) to show the historic data from the old room.

We're working on improvements on this:

xmppweb-muc-nonpersistent

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

No branches or pull requests

3 participants