public final class AvatarUpdate
extends java.lang.Object
The implementation of the <x/> element in the vcard-temp:x:update namespace.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE
vcard-temp:x:update
|
| Constructor and Description |
|---|
AvatarUpdate()
Creates an empty avatar update element to indicate, we are not yet ready to advertise an image.
|
AvatarUpdate(java.lang.String hash)
Creates an avatar update element with a hash value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHash()
Gets the SHA-1 hash value of the avatar (hex encoded).
|
public static final java.lang.String NAMESPACE
vcard-temp:x:update
Copyright © 2014–2019 XMPP.rocks. All rights reserved.