mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
0.3
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3550 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
faeb0931e3
commit
b6f23740fb
16
xep-0227.xml
16
xep-0227.xml
@ -28,6 +28,18 @@
|
||||
<email>henoch@dtek.chalmers.se</email>
|
||||
<jid>legoscia@jabber.cd.chalmers.se</jid>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Waqas</firstname>
|
||||
<surname>Hussain</surname>
|
||||
<email>waqas20@gmail.com</email>
|
||||
<jid>waqas@jaim.at</jid>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.3</version>
|
||||
<date>2009-10-16</date>
|
||||
<initials>wh</initials>
|
||||
<remark><p>Modified to include feedback received during the initial Last Call. Added sections for privacy lists and incoming subscriptions, as well as text on XInclude security.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.2</version>
|
||||
<date>2007-12-13</date>
|
||||
@ -280,7 +292,7 @@
|
||||
|
||||
<section1 topic='Use of XInclude' anchor='xinclude'>
|
||||
|
||||
<p>An exporting server may split the data in several files by using the XInclude <include/> element. An importing server MUST support <include/> elements having an 'href' attribute containing a relative URI, having no 'parse' attribute, and having no 'xpointer' attribute; it MAY support other kinds of <include/> elements. An exporting server SHOULD NOT include and an importing server SHOULD NOT process <include/> elements which are decendents, but not children of the <user/> element (since these may be part of user data).</p>
|
||||
<p>An exporting server may split the data in several files by using the XInclude <include/> element. An importing server MUST support <include/> elements having an 'href' attribute containing a relative URI, having no 'parse' attribute, and having no 'xpointer' attribute; it MAY support other kinds of <include/> elements. An exporting server SHOULD NOT include and an importing server SHOULD NOT process <include/> elements which are descendants, but not children of the <user/> element (since these may be part of user data).</p>
|
||||
|
||||
<section2 topic='File and Directory Layout' anchor='xinclude-layout'>
|
||||
<p>If an exporting server chooses to split the data into several files, it SHOULD use the following scheme:</p>
|
||||
@ -351,7 +363,7 @@
|
||||
|
||||
<section1 topic='Security Considerations' anchor='security'>
|
||||
<p>Exported data files are to be handled with care, since they contain data that users expect to be protected, in particular passwords. An exporting server SHOULD make sure that the generated file is not accessible to unauthorized persons, e.g. by enforcing strict file permissions.</p>
|
||||
<p>XInclude <include/> elements which are indirect descendents of the <user/> element SHOULD be treated as opaque user data, and SHOULD NOT be processed.</p>
|
||||
<p>XInclude <include/> elements which are indirect descendants of the <user/> element SHOULD be treated as opaque user data, and SHOULD NOT be processed.</p>
|
||||
</section1>
|
||||
|
||||
<section1 topic='IANA Considerations' anchor='iana'>
|
||||
|
Loading…
Reference in New Issue
Block a user