Smack/smack-extensions/src/main/java/org/jivesoftware/smackx
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
..
address Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
admin Re-work data form API 2020-05-13 20:14:41 +02:00
amp s/occured/occurred/ 2019-10-30 12:02:36 +01:00
attention Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
blocking Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
bob Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
bookmarks Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
bytestreams Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
caps Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
chatstates Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
commands Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
delay Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
disco Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
filetransfer Merge branch '4.4' 2021-03-19 09:47:07 +01:00
formtypes Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
forward Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
geoloc [geoloc] Mark Builder constructor as deprecated 2021-05-02 17:16:58 +02:00
iqlast Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
iqprivate Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
iqregister Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
iqversion Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
jingle Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
jiveproperties Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
last_interaction Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
mediaelement Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
message_correct Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
mood Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
muc Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
nick Add more QNAME fields to extension element classes 2021-04-18 17:23:34 +02:00
offline Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
pep [extensions] Deprecate old-style PepManager PEP listeners 2020-05-25 20:32:47 +02:00
ping Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
privacy Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
pubsub Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
receipts Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
rsm Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
search Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
sharedgroups Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
shim Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
si Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
softwareinfo Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
time Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
usertune [checkstyle] Tighten JavadocMethod checkstyle rule 2020-05-23 22:43:29 +02:00
vcardtemp Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
xdata Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
xdatalayout Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
xdatavalidation Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
xhtmlim [bob] Add BoBDataExtension, remove BoBExtension 2020-09-23 19:57:13 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00