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

ECF Connect and Configuration Extensions

New Extension Points

Two new extension points have recently been added to the org.eclipse.ecf.ui plugin:

  • Connect Wizards. Extension Point ID: org.eclipse.ecf.ui.connectWizards
  • Configuration Wizards: org.eclipse.ecf.ui.configurationWizards

These extension points allow ECF providers (ECF generic client/server, XMPP, IRC, JXTA, others) to add configuration and connect wizard user interfaces for doing the configuration and connect user-interaction in a provider-specific way.

Here's the old one used for ECF Generic Client

Oldclientwizard.png

Here's the new wizard provided by Remy:

Newclientwizard.png

New Connect Wizard Implementations Needed

ECF Generic Client and Server

Client. This one will be supplied by the new wizard shown above, and moved over into new plugin #165507

Server #165516

XMPP Client #165508

IRC Client #165511

JXTA Client #165514

Back to the top