[Telepathy-commits] [telepathy-spec/master] ContactInfo: make one example field have two comma-separated values

Will Thompson will.thompson at collabora.co.uk
Fri Jan 16 08:03:18 PST 2009


---
 spec/Connection_Interface_Contact_Info2.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/spec/Connection_Interface_Contact_Info2.xml b/spec/Connection_Interface_Contact_Info2.xml
index 1497960..4224a9c 100644
--- a/spec/Connection_Interface_Contact_Info2.xml
+++ b/spec/Connection_Interface_Contact_Info2.xml
@@ -103,7 +103,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
    ORG:Collabora, Ltd.;Human Resources
    ADR;TYPE=WORK,POSTAL,PARCEL:;;11 Kings Parade;Cambridge;Cambridgeshire
     ;CB2 1SJ;UK
-   TEL;TYPE=VOICE,WORK:+44 1223 362967
+   TEL;TYPE=VOICE,WORK:+44 1223 362967, +44 7700 900753
    EMAIL;TYPE=INTERNET,PREF:wee.ninja at collabora.co.uk
    EMAIL;TYPE=INTERNET:wee.ninja at example.com
    URL:http://www.thinkgeek.com/geektoys/plush/8823/
@@ -119,6 +119,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
   ('adr', ['work','postal','parcel'], ['','','11 Kings Parade','Cambridge',
                                        'Cambridgeshire','CB2 1SJ','UK']),
   ('tel', ['voice','work'], ['+44 1223 362967']),
+  ('tel', ['voice','work'], ['+44 7700 900753']),
   ('email', ['internet','pref'], ['wee.ninja at collabora.co.uk']),
   ('email', ['internet'], ['wee.ninja at example.com']),
   ('url', [], ['http://www.thinkgeek.com/geektoys/plush/8823/']),
-- 
1.5.6.5




More information about the Telepathy-commits mailing list