Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/time
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
..
packet [time] Use IqBuilder pattern and improve API 2021-05-02 17:16:58 +02:00
provider [time] Use IqBuilder pattern and improve API 2021-05-02 17:16:58 +02:00
EntityTimeManager.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