Projects tigase _server tigase-muc Issues #42
MUC must sent all discussion history messages before delivering any live messages sent after the user enters the room (#42)
Open
Rui Ferrao opened 1 decade ago

According to XEP-0045 :

_The service MUST send all discussion history messages before delivering the room subject and any "live" messages sent after the user enters the room.

_

But from what i see on the PresenceModule code :

room.addOccupantByJid(senderJID, nickname, newRole);
...
...
...
sendHistoryToUser(room, senderJID, maxchars, maxstanzas, seconds, since, writer);

this leaves room for live messages to be sent to the user before it finishes delivering the full history.

I have been able to successfully generate this wrong behavior from the MUC.

issue 1 of 1
Type
Bug
Priority
Blocker
Assignee
RedmineID
1034
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-muc#42
Please wait...
Page is in error, reload to recover