Commit 366ae7bd authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updated version response packet.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@663 b35dd754-fafc-0310-a699-88a17e54d16e
parent 912765b7
......@@ -56,7 +56,7 @@ public class IQVersionHandler extends IQHandler implements ServerFeaturesProvide
if (bodyElement == null) {
bodyElement = DocumentHelper.createElement(QName.get("query", "jabber:iq:version"));
bodyElement.addElement("name").setText("Jive Messenger");
bodyElement.addElement("os").setText("JDK 1.4.x");
bodyElement.addElement("os").setText("Java 5");
versionElement = bodyElement.addElement("version");
}
}
......
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