https://github.com/igniterealtime/openfire-pubsubserverinfo-plugin
https://github.com/igniterealtime/openfire-pubsubserverinfo-plugin
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/igniterealtime/openfire-pubsubserverinfo-plugin
- Owner: igniterealtime
- Created: 2023-12-19T21:02:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T21:20:38.000Z (about 1 year ago)
- Last Synced: 2025-04-24T05:48:58.798Z (9 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.html
- Changelog: changelog.html
Awesome Lists containing this project
README
PubSub Server Info Plugin Readme
BODY {
font-size : 100%;
}
BODY {
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;
}
PubSub Server Info Plugin Readme
Overview
The Pubsub Server Info plugin provides a way for Openfire to report statistics about itself in a well-known pub-sub
node: 'serverinfo'. The data format is defined in XEP-0485: PubSub Server Info.
Installation
Copy pubsubserverinfo.jar into the plugins directory of your Openfire installation. The plugin will then be
automatically deployed. To upgrade to a new version, copy the new pubsubserverinfo.jar file over the existing
file.
Attribution