Uses of Interface
org.xmpp.component.Component
Packages that use Component
-
Uses of Component in org.xmpp.component
Classes in org.xmpp.component that implement ComponentMethods in org.xmpp.component with parameters of type ComponentModifier and TypeMethodDescriptionvoidComponentManager.addComponent(String subdomain, Component component) Adds a component.Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.voidComponentManager.query(Component component, IQ packet, IQResultListener listener) Sends an IQ packet to the server and returns immediately.voidComponentManager.sendPacket(Component component, Packet packet) Sends a packet to the XMPP server.