Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/bob
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
..
element Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
provider Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
BoBData.java [bob] Add BoBDataExtension, remove BoBExtension 2020-09-23 19:57:13 +02:00
BoBInfo.java [bob] Add BoBDataExtension, remove BoBExtension 2020-09-23 19:57:13 +02:00
BoBManager.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
ContentId.java [bob] Add BoBDataExtension, remove BoBExtension 2020-09-23 19:57:13 +02:00
package-info.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00