You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
demo/java/org/jivesoftware/smackx/jingle/mediaimpl/demo Add more checkstyle tests 8 years ago
integration-test s/occured/occurred/ 4 years ago
main/java/org/jivesoftware/smackx Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2 years ago