mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Use definition lists for definitions.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3564 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
43a82622d9
commit
3696d0809b
62
xep-0075.xml
62
xep-0075.xml
@ -1405,46 +1405,46 @@
|
|||||||
<section1 topic='Appendix A: Glossary'>
|
<section1 topic='Appendix A: Glossary'>
|
||||||
<p>The following glossary collects some definitions of terms used
|
<p>The following glossary collects some definitions of terms used
|
||||||
in this document.</p>
|
in this document.</p>
|
||||||
<ul>
|
<dl>
|
||||||
<li><strong>Object services</strong>: Modelling an object or
|
<di><dt>Object services</dt><dd>Modelling an object or
|
||||||
collection of objects, and providing an interface to
|
collection of objects, and providing an interface to
|
||||||
manipulate those objects to other entities.</li>
|
manipulate those objects to other entities.</dd></di>
|
||||||
<li><strong>Object server</strong>: A Jabber component that
|
<di><dt>Object server</dt><dd>A Jabber component that
|
||||||
provides object services.</li>
|
provides object services.</dd></di>
|
||||||
<li><strong>Class</strong>: A category of object
|
<di><dt>Class</dt><dd>A category of object
|
||||||
instances that defines their structure and interface.</li>
|
instances that defines their structure and interface.</dd></di>
|
||||||
<li><strong>Instance</strong>: A collection of
|
<di><dt>Instance</dt><dd>A collection of
|
||||||
data with identity (address), state (attributes), and
|
data with identity (address), state (attributes), and
|
||||||
behavior (methods).</li>
|
behavior (methods).</dd></di>
|
||||||
<li><strong>Attribute</strong>: A unit of state that makes up
|
<di><dt>Attribute</dt><dd>A unit of state that makes up
|
||||||
part of an object server, instance, or class.</li>
|
part of an object server, instance, or class.</dd></di>
|
||||||
<li><strong>Method</strong>: A unit of behavior.</li>
|
<di><dt>Method</dt><dd>A unit of behavior.</dd></di>
|
||||||
<li><strong>Object</strong>: An object server, class, or
|
<di><dt>Object</dt><dd>An object server, class, or
|
||||||
instance.</li>
|
instance.</dd></di>
|
||||||
<li><strong>User</strong>: A person or process that accesses
|
<di><dt>User</dt><dd>A person or process that accesses
|
||||||
object services through JOAP.</li>
|
object services through JOAP.</dd></di>
|
||||||
<li><strong>Client</strong>: The software or agent a user
|
<di><dt>Client</dt><dd>The software or agent a user
|
||||||
employs to access object services through JOAP.</li>
|
employs to access object services through JOAP.</dd></di>
|
||||||
<li><strong>Instance address</strong> - The full JID of an
|
<di><dt>Instance address</dt><dd>The full JID of an
|
||||||
instance, e.g.,
|
instance, e.g.,
|
||||||
<tt>Train@trainset.example.com/OrangeBlossomSpecial</tt>.</li>
|
<tt>Train@trainset.example.com/OrangeBlossomSpecial</tt>.</dd></di>
|
||||||
<li><strong>Instance identifier</strong> - The resource
|
<di><dt>Instance identifier</dt><dd>The resource
|
||||||
identifier part of an instance address. For example, in
|
identifier part of an instance address. For example, in
|
||||||
<tt>Train@trainset.example.com/OrangeBlossomSpecial</tt>, the
|
<tt>Train@trainset.example.com/OrangeBlossomSpecial</tt>, the
|
||||||
instance identifier is <tt>OrangeBlossomSpecial</tt>.</li>
|
instance identifier is <tt>OrangeBlossomSpecial</tt>.</dd></di>
|
||||||
<li><strong>Class address</strong> - The full JID of a class,
|
<di><dt>Class address</dt><dd>The full JID of a class,
|
||||||
e.g., <tt>Switch@trainset.example.com</tt>.</li>
|
e.g., <tt>Switch@trainset.example.com</tt>.</dd></di>
|
||||||
<li><strong>Class identifier</strong> - The node identifier part
|
<di><dt>Class identifier</dt><dd>The node identifier part
|
||||||
of a class address. For example, in
|
of a class address. For example, in
|
||||||
<tt>Switch@trainset.example.com</tt>, the class identifier is
|
<tt>Switch@trainset.example.com</tt>, the class identifier is
|
||||||
<tt>Switch</tt>.</li>
|
<tt>Switch</tt></dd></di>
|
||||||
<li><strong>Authentication</strong> - The act of determining
|
<di><dt>Authentication</dt><dd>The act of determining
|
||||||
that a user is who they say they are. In the Jabber world, this
|
that a user is who they say they are. In the Jabber world, this
|
||||||
is done at login time.</li>
|
is done at login time.</dd></di>
|
||||||
<li><strong>Authorization</strong> - The act of determining
|
<di><dt>Authorization</dt><dd>The act of determining
|
||||||
whether a given user has the right to execute a particular
|
whether a given user has the right to execute a particular
|
||||||
action.</li>
|
action.</dd></di>
|
||||||
</ul>
|
</dl>
|
||||||
</section1>
|
</section1>
|
||||||
<section1 topic='Appendix B: JOAP XML Schema'>
|
<section1 topic='Appendix B: JOAP XML Schema'>
|
||||||
<p>The following is an XML Schema for JOAP.</p>
|
<p>The following is an XML Schema for JOAP.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user