This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 116695 - closing collab session spews out chat messages on spark client in chatrooms
Summary: closing collab session spews out chat messages on spark client in chatrooms
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 15:43 UTC by anishk
Modified: 2007-09-25 16:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anishk 2007-09-25 15:43:07 UTC
Following message is spewed on chat  room when I logout of my session.
It spams the chatroom

<c:collab xmlns='http://sun.com/ns/collab/dev/1_0/filesharing'>
	<version>1.1</version>
	<ch:leave-filesharing>
		<user>
			<id>akhanzode</id>
		</user>
		<new-moderator>
			<users>
			</users>
		</new-moderator>
		<new-file-owner>
			<users>
			</users>
		</new-file-owner>
		<file-groups>
		</file-groups>
	</ch:leave-filesharing>
</c:collab>
Comment 1 Petr Nejedly 2007-09-25 16:02:04 UTC
Yes, and few other messages are sent as soon as you join the room, not even talking about trying to really share a file.
This is unfortunate consequence of current filesharing protocol.
As the protocol can't be changed easily, I'm sorry but I have to close this as wontfix.
If you don't use filesharing feature, disable the filesharing module as a workaround. If you do, you can't really use
other clients inside a chatroom.

The filesharing protocol certainly needs a redesign, but that's highly incompatible change and can't be done piecewise
or several times :-(