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)*

Element: groupChatEndpoint

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

Element: privateChatEndpoint

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