Commit e233f916 authored by Grigory Fedorov's avatar Grigory Fedorov

xmpp/vcard/Email - bug fixed - "TEL" changed to "EMAIL"

parent 4f764827
...@@ -16,7 +16,7 @@ package com.xabber.xmpp.vcard; ...@@ -16,7 +16,7 @@ package com.xabber.xmpp.vcard;
public class Email extends AbstractTypedDataWithValue<EmailType> { public class Email extends AbstractTypedDataWithValue<EmailType> {
public static final String ELEMENT_NAME = "TEL"; public static final String ELEMENT_NAME = "EMAIL";
public static final String USERID_NAME = "USERID"; public static final String USERID_NAME = "USERID";
public Email() { public Email() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment