Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4953c4a81fc8ed6bb1d113b90689bfe4b4ce557a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.3"?>
<!--
	<copyright>
	
	Copyright (c) 2004 - 2008 Eike Stepper, Germany.
	All rights reserved. This program and the accompanying materials
	are made available under the terms of the Eclipse Public License v1.0
	which accompanies this distribution, and is available at
	http://www.eclipse.org/legal/epl-v10.html
	
	Contributors:
	  Eike Stepper - Initial API and implementation
	
	</copyright>
-->

<plugin>

	<extension
    	point="org.eclipse.net4j.util.factories">
      	<factory
        	class="org.eclipse.net4j.buddies.internal.chat.ChatFactory"
            productGroup="org.eclipse.net4j.buddies.clientFacilities"
            type="chat"/>
      	<factory
        	class="org.eclipse.net4j.buddies.internal.chat.ChatRoomFactory"
            productGroup="org.eclipse.net4j.buddies.serverFacilities"
            type="chat"/>
	</extension>

</plugin>

Back to the top