Skip to content

Commit

Permalink
Tiny punctuation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler authored Jul 20, 2023
1 parent 172408a commit c827d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/pluggable-roster-support-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h4>Should I include all the dependencies that my code needs?</h4>
<h4>Isn't it easier to deploy my code as an Openfire plugin?</h4>
<p>
It is not recommended to use a plugin for packaging and deploying your provider. For one, plugins use a
dedicated class path. For another, the load order of plugins could lead to hairy scenario's, and finally:
dedicated class path. For another, the load order of plugins could lead to hairy scenarios, and finally:
plugins can be <em>unloaded</em> at runtime. This all could lead to a running Openfire service for which you
cannot guarantee that your provider is loaded at all times. For these reasons, we recommend creating a jar
file instead of an Openfire plugin, and placing that jar file in Openfire's lib directory!
Expand Down

0 comments on commit c827d2d

Please sign in to comment.