|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<table id="xcap_xml" xmlns:db="http://docbook.org/ns/docbook">
|
|
|
<name>xcap_xml</name>
|
|
|
- <version>1</version>
|
|
|
+ <version>2</version>
|
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
|
<description>
|
|
|
<db:para>Table for the presence module. More information can be found at: &OPENSER_MOD_DOC;presence.html
|
|
@@ -51,7 +51,14 @@
|
|
|
<name>doc_type</name>
|
|
|
<type>int</type>
|
|
|
<size>11</size>
|
|
|
- <description>Doctype</description>
|
|
|
+ <description>Document type</description>
|
|
|
+ </column>
|
|
|
+
|
|
|
+ <column id="etag">
|
|
|
+ <name>etag</name>
|
|
|
+ <type>string</type>
|
|
|
+ <size>&user_len;</size>
|
|
|
+ <description>Document Etag</description>
|
|
|
</column>
|
|
|
|
|
|
<index>
|