aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/otr/otr.manifest.mf
blob: 07807d41212a1eccfa66b7ba2fd85a456a2adb85 (plain)
1
2
3
4
5
6
7
8
9
10
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
Bundle-Activator: net.java.sip.communicator.plugin.otr.OtrActivator
Bundle-Name: OTR (Off-the-Record) Messaging
Bundle-Description: Support for secure, Off The Record messaging in SIP Communicator
Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
Bundle-SymbolicName: net.java.sip.communicator.plugin.otr
Import-Package: org.osgi.framework,
 net.java.sip.communicator.service.browserlauncher,
 org.jitsi.service.configuration,
 net.java.sip.communicator.service.contactlist,
 net.java.sip.communicator.service.gui,
 net.java.sip.communicator.service.protocol,
 net.java.sip.communicator.service.protocol.event,
 org.jitsi.service.resources, net.java.sip.communicator.service.resources,
 org.jitsi.util, net.java.sip.communicator.util,
 net.java.sip.communicator.plugin.desktoputil,
 javax.imageio,
 javax.swing,
 javax.swing.border,
 javax.swing.table,
 javax.swing.text,
 javax.swing.event,
 javax.swing.plaf,
 javax.swing.plaf.basic,
 javax.crypto,
 javax.crypto.interfaces,
 javax.crypto.spec,
 org.bouncycastle.crypto,
 org.bouncycastle.crypto.generators,
 org.bouncycastle.crypto.params,
 org.bouncycastle.crypto.signers,
 org.bouncycastle.crypto.engines,
 org.bouncycastle.crypto.modes,
 org.bouncycastle.util,
 org.bouncycastle.util.encoders,
 net.java.sip.communicator.service.msghistory