|
Openfire 3.9.3 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.IQvCardHandler
public class IQvCardHandler
Implements the TYPE_IQ vcard-temp protocol. Clients use this protocol to set and retrieve the vCard information associated with someone's account.
A 'get' query retrieves the vcard for the addressee. A 'set' query sets the vcard information for the sender's account.
Currently an empty implementation to allow usage with normal clients. Future implementation needed.
| Field Summary |
|---|
| Fields inherited from class org.jivesoftware.openfire.handler.IQHandler |
|---|
deliverer, sessionManager |
| Constructor Summary | |
|---|---|
IQvCardHandler()
|
|
| Method Summary | |
|---|---|
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 IQvCardHandler()
| Method Detail |
|---|
public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet)
throws UnauthorizedException,
PacketException
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.
PacketExceptionpublic 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.public IQHandlerInfo getInfo()
IQHandler
getInfo in class IQHandler
|
Openfire 3.9.3 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||