Changeset 433 for trunk/UPGRADE

Show
Ignore:
Timestamp:
25/10/07 01:15:31 (14 months ago)
Author:
smoku
Message:

offline-status support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r408 r433  
    11This file contains upgrade instructions between different versions of jabberd2. 
     2 
     3* 2.1.18 to 2.1.19 upgrade: 
     4 
     5What had change: 
     6- mod_status stores full last presence stanza 
     7- so called "offline status" support 
     8  (sending last unavailable presence stanza for unavailable users) 
     9 
     10You need to add "xml" column to "status" table: 
     11ALTER TABLE "status" ADD COLUMN "xml" TEXT; 
     12 
    213 
    314* 2.1.17 to 2.1.18 upgrade: