Fixed
Details
Assignee
Leon RoyLeon RoyReporter
wrootwrootLabels
Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Leon Roy
Leon RoyReporter
wroot
wrootLabels
Components
Fix versions
Affects versions
Priority
Created April 24, 2013 at 10:10 AM
Updated June 5, 2013 at 3:17 PM
Resolved April 30, 2013 at 3:56 PM
Apparantly these two lines (below) in ConversationUtils.java cause null to be shown instead of username.
Line 245 and same line at 329
from = message.getToJID().getResource();
This is basically because earlier resource was stored in fromjid/tojid column of database.
But now resource is stored in fromjidresource and tojidresource columns instead of fromjid/tojid.
So above two lines always returns null and hence logs also show null.