Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/blocking/element
Florian Schmaus 1b1e88c4c3 Fix UOE being thrown in BlockingCommandManager
the manager must use a copy of the BlockListIQ's JID list, since it may
be the empty list which is not modifiable.

Also rename the getter methods from getJids() to getBlockedJids().
2016-11-23 17:52:04 +01:00
..
BlockContactsIQ.java Add XEP-0191 - Blocking Command implementation 2016-08-31 08:07:36 +02:00
BlockListIQ.java Fix UOE being thrown in BlockingCommandManager 2016-11-23 17:52:04 +01:00
UnblockContactsIQ.java Rework blocking command code. 2016-08-31 22:16:26 +02:00
package-info.java Add XEP-0191 - Blocking Command implementation 2016-08-31 08:07:36 +02:00