CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/data/exploits/CVE-2008-6508/plugin.xml
Views: 11777
1
<?xml version="1.0" encoding="UTF-8"?>
2
<plugin>
3
<class>com.example.openfire.plugin.Example</class>
4
<name>PLUGINNAME</name>
5
<description>PLUGINDESCRIPTION</description>
6
<author>PLUGINAUTHOR</author>
7
<version>1.0.0</version>
8
<date>7/7/2008</date>
9
<minServerVersion>3.5.0</minServerVersion>
10
</plugin>
11
12