Smack/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold
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
..
listeners Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
media Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
mediaimpl Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
nat Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
packet Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
provider Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
ContentNegotiator.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
JingleActionEnum.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
JingleException.java Enable javadoc 'html' doclint 2017-12-25 14:08:18 +01:00
JingleManager.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
JingleNegotiator.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
JingleNegotiatorState.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
JingleSession.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
JingleSessionRequest.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
JingleSessionState.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
JingleSessionStateActive.java errorprone: Enable MethodCanBeStatic 2019-09-07 23:01:39 +02:00
JingleSessionStateEnded.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
JingleSessionStatePending.java errorprone: Enable MethodCanBeStatic 2019-09-07 23:01:39 +02:00
JingleSessionStateUnknown.java errorprone: Enable MethodCanBeStatic 2019-09-07 23:01:39 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00