We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3140dc commit 05f926dCopy full SHA for 05f926d
1 file changed
src/main/java/org/buddycloud/channelserver/packetprocessor/iq/namespace/pubsub/set/Publish.java
@@ -144,7 +144,7 @@ private void sendInvalidEntryResponse()
144
outQueue.put(response);
145
}
146
147
- private boolean isRequestValid() throws InterruptedException {
+ private boolean isRequestValid() throws Exception {
148
item = request.getChildElement().element("publish").element("item");
149
if (null == item) {
150
createExtendedErrorReply(PacketError.Type.modify,
0 commit comments