mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-11 13:31:08 +01:00
Add MultiUserChatManager
apply the Manager pattern to 'muc'. This prevents the user creating multiple MultiUserChat instances for the same MUC. Move the static method from MultiUserChat to MultiUserChatManager. Also add AbstractNodeInformationProvider.
This commit is contained in:
parent
0ef50bfd1e
commit
b54d133b36
7 changed files with 438 additions and 375 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<startupClasses>
|
||||
<className>org.jivesoftware.smackx.disco.ServiceDiscoveryManager</className>
|
||||
<className>org.jivesoftware.smackx.xhtmlim.XHTMLManager</className>
|
||||
<className>org.jivesoftware.smackx.muc.MultiUserChat</className>
|
||||
<className>org.jivesoftware.smackx.muc.MultiUserChatManager</className>
|
||||
<className>org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager</className>
|
||||
<className>org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager</className>
|
||||
<className>org.jivesoftware.smackx.filetransfer.FileTransferManager</className>
|
||||
|
|
@ -13,4 +13,4 @@
|
|||
<className>org.jivesoftware.smackx.time.EntityTimeManager</className>
|
||||
<className>org.jivesoftware.smackx.vcardtemp.VCardManager</className>
|
||||
</startupClasses>
|
||||
</smack>
|
||||
</smack>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue