Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/privacy
Florian Schmaus aab48570c9 Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible
Refactored using

find . -type f -name "*.java" |\
	 xargs sed -i -E |\
		's/\.createStanzaCollectorAndSend\((\w+)\)\.nextResultOrThrow\(\);/.sendIqRequestAndWaitForResponse(\1);/'

and some manual refactoring.
2021-05-12 10:12:40 +02:00
..
filter Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
packet Javadoc changes for Java 11 compatibility 2019-07-19 23:05:46 +02:00
provider Javadoc changes for Java 11 compatibility 2019-07-19 23:05:46 +02:00
PrivacyList.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
PrivacyListListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
PrivacyListManager.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00