mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Merge branch '4.3'
This commit is contained in:
commit
ce4f3352a2
33 changed files with 119 additions and 77 deletions
|
@ -90,7 +90,7 @@ public final class IoTControlManager extends IoTManager {
|
|||
try {
|
||||
controlRequest.processRequest(iotSetRequest.getFrom(), iotSetRequest.getSetData());
|
||||
} catch (XMPPErrorException e) {
|
||||
return IQ.createErrorResponse(iotSetRequest, e.getXMPPError());
|
||||
return IQ.createErrorResponse(iotSetRequest, e.getStanzaError());
|
||||
}
|
||||
|
||||
return new IoTSetResponse(iotSetRequest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue