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

Reject subscription requests when using XEP-0377: Spam Reporting #1970

Closed
mdosch opened this issue May 31, 2024 · 1 comment · Fixed by #1972
Closed

Reject subscription requests when using XEP-0377: Spam Reporting #1970

mdosch opened this issue May 31, 2024 · 1 comment · Fixed by #1972
Assignees
Labels
Milestone

Comments

@mdosch
Copy link
Contributor

mdosch commented May 31, 2024

When I receive spam and and block/report via /blocked report-abuse JID or /blocked report-spam JID I'd also like subscription requests from the spammer/abuser to be denied if present.

Expected Behavior

Deny the subscription request of the spammer/abuser if present.

Current Behavior

I have to deny manually afterwards.

Possible Solution

Automatically deny any subscription requests if someone is reported as spammer/abuser.

Steps to Reproduce (for bugs)

  1. Receive spam including a subscription request
  2. Use /blocked report-spam spammer@spamserver.example
  3. Check /sub received
  4. See the spammers request still lingering there.

Context

I'm currently hit by a spam wave and reporting/blocking with profanity is double the effort compared to conversations.

Environment

  • Debian Bookworm (stable)
profanity --version
Profanity, version 0.14.0
Copyright (C) 2012 - 2019 James Booth <boothj5web@gmail.com>.
Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>.
License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Build information:
XMPP library: libstrophe
Desktop notification support: Enabled
OTR support: Enabled (libotr 4.1.1)
PGP support: Enabled (libgpgme 1.18.0)
OMEMO support: Enabled
C plugins: Enabled
Python plugins: Enabled (3.11.2)
GTK icons/clipboard: Enabled
GDK Pixbuf: Enabled
  • Server: Prosody trunk nightly build 1898 (2024-05-21, 6f840763fc73)
@jubalh jubalh self-assigned this May 31, 2024
@jubalh jubalh added this to the next milestone May 31, 2024
@jubalh jubalh added the feature label May 31, 2024
@jubalh
Copy link
Member

jubalh commented Jun 2, 2024

JFTR: Somehow I think the server should be doing this.

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

Successfully merging a pull request may close this issue.

2 participants