Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Monday May 29, 2006

Revision as of 16:51, 29 May 2006 by Slewis.composent.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Date: Mon, May 29, 2006

Attendees: Mustafa Isik, Scott Lewis, Ward Cunningham

Topic: Mustafa's Google Summer of Code Project and ECF


Mustafa's project is going to focus on a SubEthaEdit-like shared text editor capability for Eclipse, using ECF to provide the underlying communications.

Use of XMPP

XMPP *may* be used as provider for this project, but there are some possible issues with it...e.g. Google Talk's implementation of XMPP currently doesn't support multi-user chat XMPP extension. It only supports IM (currently). This would limit shared editing to 2 participants only. It's not a requirement for Mustafa (or for ECF) that XMPP be used, although Google would obviously want that.

Eclipse and Eclipse RCP

Project will focus on producing a shared text editor for Eclipse. Will then look to generalize plugins created to run in Eclipse RCP app context.

Project Development Resources

Here's the bug filed about supporting the Google SOC projects with Eclipse Foundation resources: https://bugs.eclipse.org/bugs/show_bug.cgi?id=143583

Back to the top