Monitoring archive shows null in room chat logs

Description

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.

Environment

Monitoring Service plugin 1.3.0, also older versions as reported

Activity

Show:

Leon Roy April 30, 2013 at 3:57 PM

Thanks for the assist, fixed it.

Fixed

Details

Assignee

Reporter

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