Changeset 464 for trunk/UPGRADE

Show
Ignore:
Timestamp:
14/12/07 22:41:53 (12 months ago)
Author:
smoku
Message:

Merged XEP-0054 and server vcard patch by Michael John Wensley

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r433 r464  
    11This file contains upgrade instructions between different versions of jabberd2. 
     2 
     3* 2.1.19 to 2.1.20 upgrade: 
     4 
     5What had change: 
     6- added missing XEP-0054 fields 
     7- server vcard support 
     8 
     9You need to add missing columns to "vcard" table: 
     10ALTER TABLE vcard ADD "jabberid" text, ADD "mailer" text, ADD "uid" text; 
     11 
    212 
    313* 2.1.18 to 2.1.19 upgrade: