Details
Description
I reviewed this issue for Spark-1462 and it seems that its an error related to smack.
If the subject is for that I reviewed this issue for Spark and it seems that its an error related to smack.
Smack checks if there is a muc#roominfo_subject element but not, if that element has any values.
This can cause NoSuchElementException in RoomInfo.java.
Issue Links
- is related to
-
SPARK-1462
Spark doesn't list rooms when subject has a null value
-
Activity
Tim Jentz
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | Smack-362_RoomInfo_SubjectNull.patch [ 11370 ] |
wroot
made changes -
| Link |
This issue is related to |
Tim Jentz
made changes -
| Attachment | Smack-362_RoomInfo_SubjectDescription.patch [ 11374 ] |
Robin Collier
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Robin Collier
made changes -
| Status | In Progress [ 3 ] | Open [ 1 ] |
Robin Collier
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Robin Collier
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
This patch should solve this problem by checking if the subject has any values.