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
-
This patch should solve this problem by checking if the subject has any values.