Package nl.goodbytes.xmpp.xep0363
Class Component
java.lang.Object
org.xmpp.component.AbstractComponent
nl.goodbytes.xmpp.xep0363.Component
- All Implemented Interfaces:
org.xmpp.component.Component
public class Component
extends org.xmpp.component.AbstractComponent
A XMPP component that implements XEP-0363.
- Author:
- Guus der Kinderen, guus@goodbytes.nl
- See Also:
-
Field Summary
FieldsFields inherited from class org.xmpp.component.AbstractComponent
compMan, jid, log, NAMESPACE_DISCO_INFO, NAMESPACE_DISCO_ITEMS, NAMESPACE_ENTITY_TIME, NAMESPACE_LAST_ACTIVITY, NAMESPACE_XMPP_PING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]protected Stringprotected StringgetName()protected org.xmpp.packet.IQhandleDiscoInfo(org.xmpp.packet.IQ iq) protected org.xmpp.packet.IQhandleIQGet(org.xmpp.packet.IQ iq) Methods inherited from class org.xmpp.component.AbstractComponent
dropStanza, getDomain, getJID, handleDiscoItems, handleEntityTime, handleIQError, handleIQResult, handleIQSet, handleLastActivity, handleMessage, handlePing, handlePresence, initialize, postComponentShutdown, postComponentStart, preComponentShutdown, preComponentStart, processPacket, send, servesLocalUsersOnly, shutdown, start
-
Field Details
-
NAMESPACE_EXP
- See Also:
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
Component
Instantiates a new component.- Parameters:
name- The component name (cannot be null or an empty String).
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceorg.xmpp.component.Component- Specified by:
getDescriptionin classorg.xmpp.component.AbstractComponent
-
getName
- Specified by:
getNamein interfaceorg.xmpp.component.Component- Specified by:
getNamein classorg.xmpp.component.AbstractComponent
-
discoInfoIdentityCategory
- Overrides:
discoInfoIdentityCategoryin classorg.xmpp.component.AbstractComponent
-
discoInfoIdentityCategoryType
- Overrides:
discoInfoIdentityCategoryTypein classorg.xmpp.component.AbstractComponent
-
discoInfoFeatureNamespaces
- Overrides:
discoInfoFeatureNamespacesin classorg.xmpp.component.AbstractComponent
-
handleDiscoInfo
protected org.xmpp.packet.IQ handleDiscoInfo(org.xmpp.packet.IQ iq) - Overrides:
handleDiscoInfoin classorg.xmpp.component.AbstractComponent
-
handleIQGet
- Overrides:
handleIQGetin classorg.xmpp.component.AbstractComponent- Throws:
Exception
-