You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the success and error callbacks provided to xmpp.m's sendIq: let sendIq return AnyPromise instead.
To resolve that properly, any error IQ must conform to NSError, too. This is needed to make PromiseKit call the attached error handler of the promise instead of the success handler.
The text was updated successfully, but these errors were encountered:
Precondition
Cross-checked related issues?
Describe your feature
Replace the success and error callbacks provided to
xmpp.m
'ssendIq
: letsendIq
returnAnyPromise
instead.To resolve that properly, any error IQ must conform to NSError, too. This is needed to make PromiseKit call the attached error handler of the promise instead of the success handler.
The text was updated successfully, but these errors were encountered: