org.jivesoftware.openfire.XMPPServer" %> Import/Export Selection ImportExportPlugin plugin = (ImportExportPlugin) XMPPServer.getInstance().getPluginManager().getPlugin("userimportexport"); %> The import and export functions allow you to read data into and write user data from your Openfire installation. Import User Data Export User Data Note: because you are using a read-only user data store such as LDAP or POP3 you will only be able to import user roster data, not users themselves. Please see the readme for details.