hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
250 stars 20 forks source link

block incoming messages from accounts not in roster #163

Closed posiputt closed 7 years ago

posiputt commented 7 years ago

I am getting quite some spam lately, so this would be a nice little feature.

hannesm commented 7 years ago

(via a configuration option, do not block subscription requests (neither group messages) -- might conflict with #22, but that's why this should be an option)

hannesm commented 7 years ago

since 30 seconds, network events (presence or messages) will never (ever) create new contact items, but instead warnings are added to the status log... pls report if this is a fine solution for you, or you'd like additional massaging (such as a config option to silently drop all messages from unknown people)