Skip to content

Commit 93e2b97

Browse files
author
Lloyd Watkin
committed
BareJID not full JID
1 parent 85a5f98 commit 93e2b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/buddycloud/channelserver/packetprocessor/iq/namespace/search

src/main/java/org/buddycloud/channelserver/packetprocessor/iq/namespace/search/SearchSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ private void extractFieldValues() {
254254

255255
private boolean checkFieldValues() throws Exception {
256256
if (((null != content && content.size() > 0) || (null != author &&
257-
author.toFullJID().length() > 0)) && (page > 0 && rpp > 0)) {
257+
author.toBareJID().length() > 0)) && (page > 0 && rpp > 0)) {
258258
return true;
259259
}
260260

0 commit comments

Comments
 (0)