Smack/smack-extensions/src/main/java/org/jivesoftware/smackx
Florian Schmaus 4c76f2652d Reworked OSGi support of Smack (SMACK-343)
Because of OSGi, no subproject of Smack (which is the same as a OSGi
bundle) must export a package that is already exported by another
subproject.

Therefore it was necessary to move the TCP and BOSH code into their own
packages: org.jivesoftware.smack.(tcp|bosh).

OSGi classloader restrictions also made it necessary to create a
Declarative Service for smack-extensions, smack-experimental and
smack-lagacy (i.e. smack subprojects which should be initialized), in
order to initialize them accordingly, as smack-core is, when used in a
OSGi environment, unable to load and initialize classes from other smack
bundles. OSGi's "Service Component Runtime" (SCR) will now take care of
running the initialization code of the particular Smack bundle by
activating its Declarative Service.

That is also the reason why most initialization related method now have an
additional classloader argument.

Note that due the refactoring, some ugly changes in XMPPTCPConnection
and its PacketReader and PacketWriter where necessary.
2014-05-15 16:09:37 +02:00
..
address Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
amp Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
attention/packet Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
bookmarks Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
bytestreams Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
caps Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
chatstates Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
commands Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
delay Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
disco Fix NPE in DiscoverInfo.Identities XmlStringBuilder 2014-05-07 12:46:24 +02:00
filetransfer Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
forward Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
iqlast Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
iqprivate Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
iqversion Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
jiveproperties Extend JivePropertiesManager 2014-04-28 20:23:26 +02:00
muc Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
nick/packet Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
offline Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
pep Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ping Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
privacy Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
pubsub Make ProviderManager static 2014-05-11 09:27:41 +02:00
receipts Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
search Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
sharedgroups Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
shim Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
si Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
time Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
vcardtemp Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
xdata Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
xevent Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
xhtmlim Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00