Searched refs:VCard (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/provider/
H A DVCardProvider.java26 import org.jivesoftware.smackx.packet.VCard;
88 * @return the VCard.
91 public static VCard createVCardFromXML(String xml) throws Exception {
92 VCard vCard = new VCard();
105 private final VCard vCard;
108 VCardReader(VCard vCard, Document document) {
/external/smack/src/org/jivesoftware/smackx/packet/
H A DVCard.java48 * A VCard class for use with the
55 * information in vCards. Also remember that VCard transfer is not a standard, and the protocol
61 * // To save VCard:
63 * VCard vCard = new VCard();
78 * // To load VCard:
80 * VCard vCard = new VCard();
81 * vCard.load(conn); // load own VCard
82 * vCard.load(conn, "joe@foo.bar"); // load someone's VCard
87 public class VCard extends IQ { class in inherits:IQ
126 public VCard() { method in class:VCard
[all...]

Completed in 104 milliseconds