Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
2819
|
Version |
tigase-server-7.1.0
|
Estimation |
5h
|
Issue Votes (0)
Watchers (0)
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
2819
|
Version |
tigase-server-7.1.0
|
Estimation |
5h
|
As I see the source code, tigase doesn't support Blocking Command (XEP-0191[[http://xmpp.org/extensions/xep-0191.html]]). I know blocking can be done by privacy lists, but I think this is mutch simpler for users.
So I used [[https://github.com/kontalk/tigase-extension/blob/master/src/main/java/org/kontalk/xmppserver/BlockingCommand.java]] as my base code and write a blocking command plugin. I tested it, and I think it worked well. I think if you are agree, add this feature to tigase.
BlockingCommand.java