Commit 6fe103bf authored by Matt Tucker's avatar Matt Tucker Committed by matt

URL fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7177 b35dd754-fafc-0310-a699-88a17e54d16e
parent 994c2851
...@@ -399,7 +399,7 @@ amount of flexibility for what plugins can accomplish. However, there are severa ...@@ -399,7 +399,7 @@ amount of flexibility for what plugins can accomplish. However, there are severa
points that are the most common: points that are the most common:
<ol> <ol>
<li>Register a plugin as a <a href="javadoc/org/jivesoftware/wildfire/Component.html">Component</a>. <li>Register a plugin as a <a href="javadoc/org/xmpp/component/Component.html">Component</a>.
Components receive all packets addressed to a particular sub-domain. For example, Components receive all packets addressed to a particular sub-domain. For example,
<tt>test_component.example.com</tt>. So, a packet sent to <tt>joe@test_component.example.com</tt> would <tt>test_component.example.com</tt>. So, a packet sent to <tt>joe@test_component.example.com</tt> would
be delivered to the component. Note that the sub-domains defined as components are unrelated to DNS entries be delivered to the component. Note that the sub-domains defined as components are unrelated to DNS entries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment