vcard.example - jacc - Jabber/XMPP client for Plan 9
 (HTM) git clone git://r-36.net/jacc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       vcard.example (2947B)
       ---
            1 <!-- <vCard> - done by jacc -->
            2         <FN></FN>
            3         <N>
            4                 <FAMILY></FAMILY>
            5                 <GIVEN></GIVEN>
            6                 <MIDDLE></MIDDLE>
            7                 <PREFIX></PREFIX>
            8                 <SUFFIX></SUFFIX>
            9         </N>
           10         <NICKNAME></NICKNAME>
           11         <PHOTO>
           12         <!-- BINVAL or EXTVAL -->
           13                 <TYPE>BEXTVAL</TYPE>
           14         <!-- Base64 data of the photo -->
           15                 <!-- <BINVAL></BINVAL> -->
           16         <!-- URI of the photo -->
           17                 <BEXTVAL>http://www.somewhere.com/photo.png</BEXTVAL>
           18         </PHOTO>
           19         <BDAY></BDAY>
           20 <!-- One or more of these complexes are allowed. -->
           21         <ADR>
           22         <!-- one of these elements for which address you mean
           23                 <HOME/>
           24                 <WORK/>
           25                 <POSTAL/> -->
           26                 <PARCEL/>
           27         <!-- int'l or domestic
           28                 <DOM/> -->
           29                 <INTL/>
           30         <!-- preferred address? -->
           31                 <PREF/>
           32                 <POBOX></POBOX>
           33                 <EXTADR></EXTADR>
           34                 <STREET></STREET>
           35                 <LOCALITY></LOCALITY>
           36                 <REGION></REGION>
           37                 <PCODE></PCODE>
           38                 <CTRY></CTRY>
           39         </ADR>
           40 <!-- One or more of these complexes are allowed. -->
           41         <LABEL>
           42         <!-- one of these elements for which address you mean
           43                 <HOME/>
           44                 <WORK/>
           45                 <POSTAL/> -->
           46                 <PARCEL/>
           47         <!-- int'l or domestic
           48                 <DOM/> -->
           49                 <INTL/>
           50         <!-- preferred address? -->
           51                 <PREF/>
           52                 <LINE></LINE>
           53         </LABEL>
           54 <!-- One or more of these complexes are allowed. -->
           55         <TEL>
           56         <!-- one of these elements for which telephone number you mean
           57                 <HOME/>
           58                 <WORK/>
           59                 <VOICE/>
           60                 <FAX/>
           61                 <PAGER/>
           62                 <MSG/>
           63                 <CELL/>
           64                 <VIDEO/>
           65                 <BBS/>
           66                 <MODEM/>
           67                 <ISDN/> -->
           68                 <PCS/>
           69         <!-- preferred number? -->
           70                 <PREF/>
           71                 <NUMBER></NUMBER>
           72         </TEL>
           73 <!-- One or more of these complexes are allowed. -->
           74         <EMAIL>
           75         <!-- one of these elements for which telephone number you mean
           76                 <HOME/>
           77                 <WORK/>
           78                 <INTERNET/> -->
           79                 <X400/>
           80         <!-- preferred E-Mail? -->
           81                 <PREF/>
           82                 <USERID></USERID>
           83         </EMAIL>
           84         <JABBERID></JABBERID>
           85         <MAILER></MAILER>
           86 <!-- Value must be an ISO 8601 formatted UTC offset. -->
           87         <TZ></TZ>
           88 <!-- Values are the decimal degrees and should havce six decimal
           89      places -->
           90         <GEO>
           91                 <LAT></LAT>
           92                 <LON></LON>
           93         </GEO>
           94         <TITLE></TITLE>
           95         <ROLE></ROLE>
           96         <LOGO>
           97         <!-- BINVAL or EXTVAL -->
           98                 <TYPE>BEXTVAL</TYPE>
           99         <!-- Base64 data of the logo -->
          100                 <!-- <BINVAL></BINVAL> -->
          101         <!-- URI of the photo -->
          102                 <BEXTVAL>http://www.somewhere.com/logo.png</BEXTVAL>
          103         </LOGO>
          104         <AGENT>
          105         <!-- Either a whole vCard or an external value
          106                 <vCard></vCard> -->
          107                 <EXTVAL>http://microsoft.com/bil.gates.vcard</EXTVAL>
          108         </AGENT>
          109         <ORG>
          110                 <ORGNAME></ORGNAME>
          111                 <ORGUNIT></ORGUNIT>
          112         </ORG>
          113         <CATEGORIES>
          114                 <KEYWORD></KEYWORD>
          115                 <KEYWORD></KEYWORD>
          116         <!-- ... -->
          117         </CATEGORIES>
          118         <NOTE></NOTE>
          119         <PRODID>acme</PRODID>
          120 <!-- ISO 8601 formatted UTC date/time - fill something inside -->
          121         <REV></REV>
          122         <SORT-STRING></SORT-STRING>
          123         <SOUND>
          124         <!-- again many options noone needs.
          125                 <PHONETIC></PHOENTIC>
          126                 <BINVAL></BINVAL> -->
          127                 <EXTVAL>http://www.sun.com/fresh_coffee.fl</EXTVAL>
          128         </SOUND>
          129         <UID></UID>
          130         <URL></URL>
          131         <DESC></DESC>
          132         <CLASS>
          133         <!-- No, not school.
          134                 <PUBLIC/>
          135                 <PRIVATE/> -->
          136                 <CONFIDENTIAL/>
          137         </CLASS>
          138         <KEY>
          139                 <TYPE>CRED</TYPE>
          140         <!-- Either envryption or credential. -->
          141                 <CRED></CRED>
          142         </KEY>
          143 <!-- </vCard> -->