1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 23:24:50 +02:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/blocking
Florian Schmaus ff97d2eb35 Make BlockContactsIQProvider idiomatic
The jids list doesn't have to be lazy initialized, because every IQ of
that type is guaranteed to contain at least one JID.

Also use ParserUtils.getJidAttribute().
2017-01-20 08:56:56 +01:00
..
element Make UnblockContactsIQ immutable 2017-01-20 08:56:50 +01:00
provider Make BlockContactsIQProvider idiomatic 2017-01-20 08:56:56 +01:00
BlockingCommandManager.java s/processPacket/processStanza/ s/PacketCollector/StanzaCollector/ 2017-01-03 11:35:04 +01:00
package-info.java Add XEP-0191 - Blocking Command implementation 2016-08-31 08:07:36 +02:00