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
This commit is contained in:
Alex Wenckus 2006-05-03 17:43:35 +00:00 committed by alex
parent 8398c6f4a9
commit bed5b81ee7
1 changed files with 1 additions and 0 deletions

View File

@ -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