Smack/smack-jingle-old/src
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
..
demo/java/org/jivesoftware/smackx/jingle/mediaimpl/demo Add more checkstyle tests 2015-03-17 22:02:44 +01:00
integration-test s/occured/occurred/ 2019-10-30 12:02:36 +01:00
main/java/org/jivesoftware/smackx Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00