Element Summary

ElementDescriptionClass
componentPOJO Componentorg.apache.servicemix.xmpp.XMPPComponent
groupChatEndpointRepresents a group chat endpointorg.apache.servicemix.xmpp.GroupChatEndpoint
privateChatEndpointRepresents an endpoint for chatting to a single individualorg.apache.servicemix.xmpp.PrivateChatEndpoint

Element Detail

Element: component

AttributeTypeDescription
passwordxs:string
userxs:string
ElementTypeDescription
endpoints(groupChatEndpoint | privateChatEndpoint)*
executor<spring:bean/>
executorFactory<spring:bean/>

Element: groupChatEndpoint

AttributeTypeDescription
createAccountxs:boolean
endpointxs:string
hostxs:string
interfaceNamexs:QName
loginxs:boolean
passwordxs:string
portxs:integer
resourcexs:string
roomxs:string
servicexs:QName
urixs:stringConfigures the endpoint from a URI
userxs:string
ElementTypeDescription
chat<spring:bean/>
componentcomponent
connection<spring:bean/>
definition<spring:bean/>
description<spring:bean/>
filter<spring:bean/>
marshaler<spring:bean/>
serviceEndpoint<spring:bean/>
serviceUnit<spring:bean/>

Element: privateChatEndpoint

AttributeTypeDescription
createAccountxs:boolean
endpointxs:string
hostxs:string
interfaceNamexs:QName
loginxs:boolean
participantxs:string
passwordxs:string
portxs:integer
resourcexs:string
servicexs:QName
urixs:string
userxs:string
ElementTypeDescription
chat<spring:bean/>
componentcomponent
connection<spring:bean/>
definition<spring:bean/>
description<spring:bean/>
filter<spring:bean/>
marshaler<spring:bean/>
serviceEndpoint<spring:bean/>
serviceUnit<spring:bean/>