First cut of online presence status for spaces

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7283 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mike Hatfield
2007-11-02 16:29:25 +00:00
parent 488127f5a8
commit b1e44d239f
4 changed files with 103 additions and 0 deletions

View File

@@ -179,6 +179,12 @@
<property name="cm:defaultHomeFolderPath">
<type>d:text</type>
</property>
<property name="cm:presenceProvider">
<type>d:text</type>
</property>
<property name="cm:presenceUsername">
<type>d:text</type>
</property>
</properties>
</type>

View File

@@ -151,4 +151,14 @@
<ref bean="ServiceRegistry"/>
</property>
</bean>
<bean id="presenceScript" parent="baseJavaScriptExtension" class="org.alfresco.repo.jscript.Presence">
<property name="extensionName">
<value>presence</value>
</property>
<property name="serviceRegistry">
<ref bean="ServiceRegistry"/>
</property>
</bean>
</beans>