org.jivesoftware.sparkimpl.profile.ext
Class VCardUpdateExtension

java.lang.Object
  extended by org.jivesoftware.sparkimpl.profile.ext.VCardUpdateExtension
All Implemented Interfaces:
org.jivesoftware.smack.packet.PacketExtension

public class VCardUpdateExtension
extends java.lang.Object
implements org.jivesoftware.smack.packet.PacketExtension


Constructor Summary
VCardUpdateExtension()
           
 
Method Summary
 java.lang.String getElementName()
           
 java.lang.String getNamespace()
           
 void setPhotoHash(java.lang.String hash)
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardUpdateExtension

public VCardUpdateExtension()
Method Detail

setPhotoHash

public void setPhotoHash(java.lang.String hash)

getElementName

public java.lang.String getElementName()
Specified by:
getElementName in interface org.jivesoftware.smack.packet.PacketExtension

getNamespace

public java.lang.String getNamespace()
Specified by:
getNamespace in interface org.jivesoftware.smack.packet.PacketExtension

toXML

public java.lang.String toXML()
Specified by:
toXML in interface org.jivesoftware.smack.packet.PacketExtension