mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Add text regarding default bg/fg colors. Correct examples.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2911 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
d6cf50af17
commit
0898916dbd
14
xep-0258.xml
14
xep-0258.xml
@ -35,6 +35,12 @@
|
||||
<email>Kurt.Zeilenga@Isode.COM</email>
|
||||
<jid>Kurt.Zeilenga@Isode.COM</jid>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.3</version>
|
||||
<date>2009-03-20</date>
|
||||
<initials>kdz</initials>
|
||||
<remark><p>Add text regarding default bg/fg colors. Correct examples.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.2</version>
|
||||
<date>2009-03-10</date>
|
||||
@ -91,7 +97,7 @@
|
||||
<securitylabel xmlns='urn:xmpp:sec-label:0'>
|
||||
<displaymarking fgcolor='black' bgcolor='red'>SECRET</displaymarking>
|
||||
<label><icismlabel xmlns='http://example.gov/IC-ISM/0' classification='S'
|
||||
ownerProducer='USA' disseminationControls='FOUO'/></label>
|
||||
ownerProducer='USA'/></label>
|
||||
</securitylabel>
|
||||
</message>
|
||||
]]></example>
|
||||
@ -190,7 +196,9 @@
|
||||
to generate display markings. The element may optionally contain two
|
||||
attributes, <tt>fgcolor=</tt> and <tt>bgcolor=</tt>, whose values are HTML
|
||||
color strings (e.g., '<tt>red</tt>' or '<tt>#ff0000</tt>'), for use in
|
||||
colorizing the display marking.</p>
|
||||
colorizing the display marking. The <tt>fgcolor=</tt> default is <tt>black</tt>.
|
||||
The <tt>bgcolor=</tt> default is <tt>white</tt>.
|
||||
</p>
|
||||
</section1>
|
||||
|
||||
<section1 topic='Label Catalog Discovery' anchor='label-catalog'>
|
||||
@ -244,7 +252,7 @@
|
||||
<iq type='result' to='user@example.com/Work' id='cat1'>
|
||||
<catalog xmlns='urn:xmpp:sec-label:catalog:0'
|
||||
to='example.com' name='Default'
|
||||
desc='an example set of labels'/>
|
||||
desc='an example set of labels'>
|
||||
<securitylabel xmlns='urn:xmpp:sec-label:0'>
|
||||
<displaymarking fgcolor='black' bgcolor='red'>SECRET</displaymarking>
|
||||
<label>
|
||||
|
Loading…
Reference in New Issue
Block a user