plugin.xml 4.37 KB
Newer Older
1 2 3 4 5 6 7
<?xml version="1.0" encoding="UTF-8"?>

<plugin>
    <class>org.jivesoftware.openfire.fastpath.FastpathPlugin</class>
    <name>Fastpath Service</name>
    <description>Support for managed queued chat requests, such as a support team might use.</description>
    <author>Jive Software</author>
8
    <version>4.3.1</version>
9 10
    <date>9/13/2013</date>
    <minServerVersion>3.9.0</minServerVersion>
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
    <databaseKey>fastpath</databaseKey>
    <databaseVersion>0</databaseVersion>
	
    <adminconsole>
        <tab id="workgroup-tab" name="Fastpath"
                url="workgroup-summary.jsp"
                description="Click to manage FastPath.">
               <sidebar id="workgroup-sidebar" name="Workgroups Manager">
                   <item id="workgroup-summary" name="View Workgroups"
                         url="workgroup-summary.jsp"
                         description="Click to view all Workgroups"/>
                   <item id="workgroup-settings" name="Manage Settings"
                         url="workgroup-settings.jsp"
                         description="Click to configure global settings"/>
                   <item id="workgroup-create" name="Create Workgroup"
                         url="workgroup-create.jsp"
                         description="Click to create a Workgroup">
                       <sidebar id="workgroup-setting-options" name="Workgroup Settings">
                           <item id="workgroup-queues" name="Manage Queues"
                                 url="workgroup-queues.jsp"
                                 description="Click to edit workgroup Queue(s)"/>
                           <item id="workgroup-macros" name="Canned Responses"
                                 url="workgroup-macros.jsp"
                                 description="Click to edit the Workgroup Canned Responses"/>
                           <item id="workgroup-monitors" name="Room Monitors"
                                 url="workgroup-monitors.jsp"
                                 description="Click to Manage Room Monitors"/>
                           <item id="workgroup-offline" name="Offline Settings"
                                 url="workgroup-offline.jsp"
                                 description="Click to edit Offline instructions"/>
                           <item id="workgroup-transcript-config" name="Transcripts"
                                 url="workgroup-transcript-config.jsp"
                                 description="Click to edit Transcript settings"/>
                           <item id="workgroup-forms" name="Form UI"
                                 url="forms/workgroup-dataform.jsp"
                                 description="Click to create or edit the Form used for this workgroup"/>
                           <item id="workgroup-variables" name="Form Variables"
                                 url="workgroup-variables.jsp"
                                 description="Click to create or edit the Variables to retrieve for this workgroup"/>
                           <item id="workgroup-image-settings"
                                 name="Images"
                                 url="workgroup-image-settings.jsp"
                                 description="Click to customize Web Chat window"/>
                           <item id="workgroup-text-settings"
                                 name="Text"
                                 url="workgroup-text-settings.jsp"
                                 description="Click to customize Web Chat window"/>
                           <item id="workgroup-properties" name="Settings"
                                 url="workgroup-properties.jsp"
                                 description="Click to view workgroup properties"/>
                       </sidebar>
                   </item>
               </sidebar>
               <sidebar id="reporting-sidebar" name="Reports">
                   <item id="chat-summary" name="View Previous Chats"
                         url="chat-summary.jsp"
                         description="Click to view Chat Transcripts">
                   </item>
                   <item id="usage-summary" name="View Chat Usage"
                         url="usage-summary.jsp"
                         description="Click to view Usage Summary"/>
               </sidebar>
        </tab>
    </adminconsole>
</plugin>