A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
value — Property, class org.igniterealtime.xiff.data.forms.FormField
The chosen value for this field.
values — Property, class org.igniterealtime.xiff.data.forms.FormField
The values for this multiple field.
varName — Property, class org.igniterealtime.xiff.data.disco.DiscoFeature
The var of this feature used by the application or server.
varName — Property, class org.igniterealtime.xiff.data.forms.FormField
The var of this field used to uniquely identify the field in the context of the form.
vcard — Property, class org.igniterealtime.xiff.events.VCardEvent
VCard — class, package org.igniterealtime.xiff.vcard
VCard updates in 2010: New vCard data classes to encompass similar properties: VCardAddress (country, extendedAddress, locality, poBox, postalCode, region, street) VCardGeographicalPosition (latitude, longitude) VCardName (family, given, middle, prefix, suffix) VCardOrganization (name, unit) VCardPhoto (binaryValue, bytes, externalValue, type) VCardSound (binaryValue, bytes, externalValue, phonetic) VCardTelephone (cell, fax, msg, pager, video, voice) TODO: The only properties not yet implemented from the spec: agent, categories, key
VCard() — Constructor, class org.igniterealtime.xiff.vcard.VCard
Don't call directly, use the static method getVCard() and add a callback.
VCardAddress — class, package org.igniterealtime.xiff.vcard
Structured address.
VCardAddress(street:String, locality:String, region:String, postalCode:String, country:String, extendedAddress:String, poBox:String) — Constructor, class org.igniterealtime.xiff.vcard.VCardAddress
VCardEvent — class, package org.igniterealtime.xiff.events
VCardEvent(type:String, vcard:org.igniterealtime.xiff.vcard:VCard, bubbles:Boolean, cancelable:Boolean) — Constructor, class org.igniterealtime.xiff.events.VCardEvent
VCardExtension — class, package org.igniterealtime.xiff.data.vcard
XEP-0054: vcard-temp The basic functionality is for a user to store and retrieve an XML representation of his or her vCard using the data storage capabilities native to all existing Jabber server implementations.
VCardExtension(parent:XML) — Constructor, class org.igniterealtime.xiff.data.vcard.VCardExtension
VCardGeographicalPosition — class, package org.igniterealtime.xiff.vcard
Geographical position.
VCardGeographicalPosition(latitude:Number, longitude:Number) — Constructor, class org.igniterealtime.xiff.vcard.VCardGeographicalPosition
VCardName — class, package org.igniterealtime.xiff.vcard
Structured name.
VCardName(given:String, middle:String, family:String, prefix:String, suffix:String) — Constructor, class org.igniterealtime.xiff.vcard.VCardName
VCardOrganization — class, package org.igniterealtime.xiff.vcard
Organizational name and unit.
VCardOrganization(name:String, unit:String) — Constructor, class org.igniterealtime.xiff.vcard.VCardOrganization
VCardPhoto — class, package org.igniterealtime.xiff.vcard
Photograph.
VCardPhoto(type:String, binaryValue:String, externalValue:String) — Constructor, class org.igniterealtime.xiff.vcard.VCardPhoto
To save a photo, either binaryValue or externalValue are required, but not both.
VCardSound — class, package org.igniterealtime.xiff.vcard
Formatted name pronunciation property.
VCardSound(phonetic:String, binaryValue:String, externalValue:String) — Constructor, class org.igniterealtime.xiff.vcard.VCardSound
To save a sound, either phonetic, binaryValue or externalValue are required.
VCardTelephone — class, package org.igniterealtime.xiff.vcard
Telephone number.
VCardTelephone(voice:String, fax:String, pager:String, msg:String, cell:String, video:String) — Constructor, class org.igniterealtime.xiff.vcard.VCardTelephone
version — Property, class org.igniterealtime.xiff.data.browse.BrowseItem
A string containing the version of the node, equivalent to the response provided to a query in the 'jabber:iq:version' namespace.
version — Property, class org.igniterealtime.xiff.data.version.SoftwareVersionExtension
The specific version of the software.
version — Property, interface org.igniterealtime.xiff.vcard.IVCard
version — Property, class org.igniterealtime.xiff.vcard.VCard
Version of the vCard.
video — Property, interface org.igniterealtime.xiff.vcard.IVCardTelephone
video — Property, class org.igniterealtime.xiff.vcard.VCardTelephone
voice — Property, interface org.igniterealtime.xiff.vcard.IVCardTelephone
voice — Property, class org.igniterealtime.xiff.vcard.VCardTelephone
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z