Smack/smack-experimental/src/main/java/org/jivesoftware/smackx/push_notifications
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 Re-work data form API 2020-05-13 20:14:41 +02:00
provider Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
PushNotificationsManager.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
package-info.java Push Notifications (XEP-0357) implementation 2016-11-01 08:46:59 +01:00