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'>
|
||||
<p>The following glossary collects some definitions of terms used
|
||||
in this document.</p>
|
||||
<ul>
|
||||
<li><strong>Object services</strong>: Modelling an object or
|
||||
<dl>
|
||||
<di><dt>Object services</dt><dd>Modelling an object or
|
||||
collection of objects, and providing an interface to
|
||||
manipulate those objects to other entities.</li>
|
||||
<li><strong>Object server</strong>: A Jabber component that
|
||||
provides object services.</li>
|
||||
<li><strong>Class</strong>: A category of object
|
||||
instances that defines their structure and interface.</li>
|
||||
<li><strong>Instance</strong>: A collection of
|
||||
manipulate those objects to other entities.</dd></di>
|
||||
<di><dt>Object server</dt><dd>A Jabber component that
|
||||
provides object services.</dd></di>
|
||||
<di><dt>Class</dt><dd>A category of object
|
||||
instances that defines their structure and interface.</dd></di>
|
||||
<di><dt>Instance</dt><dd>A collection of
|
||||
data with identity (address), state (attributes), and
|
||||
behavior (methods).</li>
|
||||
<li><strong>Attribute</strong>: A unit of state that makes up
|
||||
part of an object server, instance, or class.</li>
|
||||
<li><strong>Method</strong>: A unit of behavior.</li>
|
||||
<li><strong>Object</strong>: An object server, class, or
|
||||
instance.</li>
|
||||
<li><strong>User</strong>: A person or process that accesses
|
||||
object services through JOAP.</li>
|
||||
<li><strong>Client</strong>: The software or agent a user
|
||||
employs to access object services through JOAP.</li>
|
||||
<li><strong>Instance address</strong> - The full JID of an
|
||||
behavior (methods).</dd></di>
|
||||
<di><dt>Attribute</dt><dd>A unit of state that makes up
|
||||
part of an object server, instance, or class.</dd></di>
|
||||
<di><dt>Method</dt><dd>A unit of behavior.</dd></di>
|
||||
<di><dt>Object</dt><dd>An object server, class, or
|
||||
instance.</dd></di>
|
||||
<di><dt>User</dt><dd>A person or process that accesses
|
||||
object services through JOAP.</dd></di>
|
||||
<di><dt>Client</dt><dd>The software or agent a user
|
||||
employs to access object services through JOAP.</dd></di>
|
||||
<di><dt>Instance address</dt><dd>The full JID of an
|
||||
instance, e.g.,
|
||||
<tt>Train@trainset.example.com/OrangeBlossomSpecial</tt>.</li>
|
||||
<li><strong>Instance identifier</strong> - The resource
|
||||
<tt>Train@trainset.example.com/OrangeBlossomSpecial</tt>.</dd></di>
|
||||
<di><dt>Instance identifier</dt><dd>The resource
|
||||
identifier part of an instance address. For example, in
|
||||
<tt>Train@trainset.example.com/OrangeBlossomSpecial</tt>, the
|
||||
instance identifier is <tt>OrangeBlossomSpecial</tt>.</li>
|
||||
<li><strong>Class address</strong> - The full JID of a class,
|
||||
e.g., <tt>Switch@trainset.example.com</tt>.</li>
|
||||
<li><strong>Class identifier</strong> - The node identifier part
|
||||
instance identifier is <tt>OrangeBlossomSpecial</tt>.</dd></di>
|
||||
<di><dt>Class address</dt><dd>The full JID of a class,
|
||||
e.g., <tt>Switch@trainset.example.com</tt>.</dd></di>
|
||||
<di><dt>Class identifier</dt><dd>The node identifier part
|
||||
of a class address. For example, in
|
||||
<tt>Switch@trainset.example.com</tt>, the class identifier is
|
||||
<tt>Switch</tt>.</li>
|
||||
<li><strong>Authentication</strong> - The act of determining
|
||||
<tt>Switch</tt></dd></di>
|
||||
<di><dt>Authentication</dt><dd>The act of determining
|
||||
that a user is who they say they are. In the Jabber world, this
|
||||
is done at login time.</li>
|
||||
<li><strong>Authorization</strong> - The act of determining
|
||||
is done at login time.</dd></di>
|
||||
<di><dt>Authorization</dt><dd>The act of determining
|
||||
whether a given user has the right to execute a particular
|
||||
action.</li>
|
||||
</ul>
|
||||
action.</dd></di>
|
||||
</dl>
|
||||
</section1>
|
||||
<section1 topic='Appendix B: JOAP XML Schema'>
|
||||
<p>The following is an XML Schema for JOAP.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user