|
Openfire 3.8.2 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.openfire.container.BasicModule
org.jivesoftware.openfire.handler.IQHandler
org.jivesoftware.openfire.handler.IQLastActivityHandler
public class IQLastActivityHandler
Implements the TYPE_IQ jabber:iq:last protocol (last activity). Allows users to find out the number of seconds another user has been offline. This information is only available to those users that already subscribed to the users presence. Otherwhise, a forbidden error will be returned.
| Field Summary |
|---|
| Fields inherited from class org.jivesoftware.openfire.handler.IQHandler |
|---|
deliverer, sessionManager |
| Constructor Summary | |
|---|---|
IQLastActivityHandler()
|
|
| Method Summary | |
|---|---|
Iterator<String> |
getFeatures()
Returns an Iterator (of String) with the supported features by the server. |
IQHandlerInfo |
getInfo()
Returns the handler information to help generically handle IQ packets. |
org.xmpp.packet.IQ |
handleIQ(org.xmpp.packet.IQ packet)
Handles the received IQ packet. |
void |
initialize(XMPPServer server)
Initializes the basic module. |
| Methods inherited from class org.jivesoftware.openfire.handler.IQHandler |
|---|
process |
| Methods inherited from class org.jivesoftware.openfire.container.BasicModule |
|---|
destroy, getName, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IQLastActivityHandler()
| Method Detail |
|---|
public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet)
throws UnauthorizedException
IQHandler
handleIQ in class IQHandlerpacket - the IQ packet to handle.
UnauthorizedException - if the user that sent the packet is not
authorized to request the given operation.public IQHandlerInfo getInfo()
IQHandler
getInfo in class IQHandlerpublic Iterator<String> getFeatures()
ServerFeaturesProvider
getFeatures in interface ServerFeaturesProviderpublic void initialize(XMPPServer server)
BasicModuleInitializes the basic module.
Inheriting classes that choose to override this method MUST call this initialize() method before accessing BasicModule resources.
initialize in interface Moduleinitialize in class IQHandlerserver - the server hosting this module.
|
Openfire 3.8.2 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||