Projects tigase _server server-core Issues #362
A bug in the getMessageForwardAddress function in VHostItem.java (#362)
Closed
euter yuan opened 1 decade ago

In VHostItem.java, I doubt that these is a bug in the body of getMessageForwardAddress function:

public JID getMessageForwardAddress() {
   return presenceForward;
}

According to the name of the function, the getMessageForwardAddress function should return messageForward member below:

public JID getMessageForwardAddress() {
   return messageForward;
}
Artur Hefczyc commented 1 decade ago

Applied in changeset commit:tigase-server|1c157a10.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
2191
Version
tigase-server-7.0.0
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#362
Please wait...
Page is in error, reload to recover