From bed5b81ee71f08e009216200c4b456f042028368 Mon Sep 17 00:00:00 2001 From: Alex Wenckus Date: Wed, 3 May 2006 17:43:35 +0000 Subject: [PATCH] VCard will now be saved if the avatar is the only element. SMACK-134 git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3827 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/packet/VCard.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/org/jivesoftware/smackx/packet/VCard.java b/source/org/jivesoftware/smackx/packet/VCard.java index aabeb8ac8..99e753e25 100644 --- a/source/org/jivesoftware/smackx/packet/VCard.java +++ b/source/org/jivesoftware/smackx/packet/VCard.java @@ -559,6 +559,7 @@ public class VCard extends IQ { || emailHome != null || emailWork != null || otherSimpleFields.size() > 0 + || otherUnescapableFields.size() > 0 || homeAddr.size() > 0 || homePhones.size() > 0 || workAddr.size() > 0