Fixed
Details
Details
Assignee
Guenther Niess
Guenther NiessReporter
Guenther Niess
Guenther NiessComponents
Fix versions
Affects versions
Priority
Created July 1, 2009 at 4:34 PM
Updated January 14, 2011 at 8:42 PM
Resolved November 6, 2009 at 1:31 AM
The first manually created group chat service gets the same service ID as the conference service which is added automatically. This results in the following issues:
When trying to create room with same ID of the room in other service it throws an error, that such room already exists, but still lets you to create such room.
Deleting one of the service deletes also the other and all rooms on both services.
Sometimes it copies permanent room from previous service
Apart from preventing these problems from occurring in the future, existing (faulty) configurations need to be fixed. These faulty configurations can be identified by the existence of two services with serviceID value '1'. As we cannot distinguish which attribute (room, property, affiliation, etc) belongs to which of the duplicate service, we will duplicate all of these existing attributes. This will result in a situation that mimics the existing behavior. We'll upset the least amount of users this way.