This repository was archived by the owner on Dec 19, 2023. It is now read-only.
forked from igniterealtime/openfire-nodejs-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
418sec/openfire-nodejs-plugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>NodeJs Plugin Readme</title>
<style type="text/css">
BODY {
font-size : 100%;
}
BODY, TD, TH {
font-family : tahoma, verdana, arial, helvetica, sans-serif;
font-size : 0.8em;
}
H2 {
font-size : 10pt;
font-weight : bold;
}
A:hover {
text-decoration : none;
}
H1 {
font-family : tahoma, arial, helvetica, sans-serif;
font-size : 1.4em;
font-weight: bold;
border-bottom : 1px #ccc solid;
padding-bottom : 2px;
}
TT {
font-family : courier new;
font-weight : bold;
color : #060;
}
PRE {
font-family : courier new;
font-size : 100%;
}
#datatable TH {
color : #fff;
background-color : #2A448C;
text-align : left;
}
#datatable TD {
background-color : #FAF6EF;
}
#datatable .name {
background-color : #DCE2F5;
}
</style>
</head>
<body>
<h1>
NodeJs Plugin Readme
</h1>
<h2>Overview</h2>
<p>
NodeJs Plugin for Openfire to enable integration between NodeJs applications and Openfire.
</p>
<h2>Known Issues</h2>
<p>
</p>
<h2>Installation</h2>
<ol>
<li>Copy the nodejs.jar file to the OPENFIRE_HOME/plugins directory.</li>
<li>Restart Openfire.</li>
<li>Configure the admin properties page.</li>
</ol>
<h2>Configuration</h2>
Under Server settings -> NodeJs tab you can configure the folder for the nodejs applications.
<h2>How to use</h2>
<p>
<p/>
</body>
</html>
About
Enables integration between NodeJs applications and Openfire
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 91.8%
- HTML 8.2%