Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/bytestreams/ibb
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 [ibb] Use UInt16 for 'seq' and fix its handling 2020-12-05 23:04:17 +01:00
provider [ibb] Use UInt16 for 'seq' and fix its handling 2020-12-05 23:04:17 +01:00
CloseListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
DataListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
InBandBytestreamListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
InBandBytestreamManager.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
InBandBytestreamRequest.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
InBandBytestreamSession.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
InitiationListener.java [ibb] Ensure InBandBytestreamManager is a singleton 2020-07-03 22:01:15 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00