igniterealtime/openfire-pushserver-plugin

Replace taglib with pre-existing one

guusdk opened this issue · 0 comments

This repository introduces a new taglib, which is used to pull in property values in JSP pages.

the 'admin' tag lib that exists in Openfire should already provide this functionality. Lets use that instead.

<%@ taglib uri="admin" prefix="admin"%>
...
<input type="text" name="bundleId" size="80" value='${admin:getProperty("pushserver.apple.apns.bundleId", "")}' />