-
Notifications
You must be signed in to change notification settings - Fork 119
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
xmpp xep-0191/blocklist #155
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! Just a few suggestions to simplify the thing.
simplified the thing :D |
Still LGTM; @dequis , any objections to merging this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good now, one minor comment left
* BitlBee - An IRC to IM gateway * | ||
* Jabber module - Handling of blocking * | ||
* * | ||
* Copyright 2021 / <> * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have a proper copyright statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how would that look like? we just copypasted it from some other file and replaced name/mail with our git details, thought that would be fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This particular line is just empty, it should have your identity as the copyright owner.
jabber_data now carries a feature list which is filled at login. repeated filling does not destroy duplicates, probably not an issue for now?