- 17 Nov, 2015 13 commits
-
-
Tom Evans authored
Replace deprecated JiveConstants.XMPP_DELAY_DATETIME_FORMAT usage
-
Tom Evans authored
OF-868 update roster cache on userModified
-
daryl herzmann authored
Tests should retrieve resources from the classpath rather than files.
-
daryl herzmann authored
Delete ChannelInputStream.java.
-
daryl herzmann authored
Cleanup connection logging, etc.
-
daryl herzmann authored
Update protocol support documentation.
-
daryl herzmann authored
Modernize XMLProperties with Java NIO.2 File API
-
daryl herzmann authored
Delete URLUTF8Encoder.java in favor of java.net.URLEncoder.
-
daryl herzmann authored
Revert PR#300 (restore PluginClassLoader)
-
Tom Evans authored
per discussion with core team
-
akrherz authored
-
Tom Evans authored
Also remove dependency for sun.security.provider.* package
-
Christian Schudt authored
-
- 16 Nov, 2015 3 commits
-
-
daryl herzmann authored
OF-881: Simplify connection close semantics
-
Tom Evans authored
- Use AtomicReference instead of synchronized block - Extend java.io.Closeable; document contract - Consolidate close/state transition logic
-
Christian Schudt authored
URLUTF8Encoder is obsolete due to `java.net.URLEncoder.encode(str, "UTF-8")`
-
- 15 Nov, 2015 1 commit
-
-
Christian Schudt authored
This package-private class is a) unused and b) redundant due to `java.nio.channels.Channels.newInputStream(ReadableByteChannel)`
-
- 14 Nov, 2015 2 commits
-
-
daryl herzmann authored
ofmeet plugin version 0.2.3
-
Dele Olajide authored
Simplified build, removed classes folder in WEB-INF Changed default value for voip gateway to false Removed some redundant and duplicate jar file in jitsivideobridge lib Removed tinder.jar and whack.jar which caused ComponentManagerFactory.getComponentManager() to fail with OF 3.11
-
- 13 Nov, 2015 5 commits
-
-
Tom Evans authored
Avoid recursion and synchronization issues
-
akrherz authored
-
daryl herzmann authored
Update REST API Plugin to 1.1.7
-
Roman S authored
Added: Provide the possibility to use a Custom Auth Filter Fixed: Preflight request will be not blocked by Authentication Added: Group names in ChatRoom Entity
-
Christian Schudt authored
with XMPPDateTimeFormat
-
- 12 Nov, 2015 1 commit
-
-
Christian Schudt authored
- Update old XMPP RFCs to the new one (e.g. 6120) - Remove the obsolete reference to XEP-0073 and replace it with XEP-0302 - Get rid of the basic/intermediate terms as they are no longer in use in XEP-0302. Use Core and Advanced instead. - Add XEP-0160, XEP-0198, XEP-0202, XEP-0280 - Correct "Entity Time" to "Legacy Entity Time" - Correct "Jabber Date and Time Profiles" to "XMPP Date and Time Profiles"
-
- 11 Nov, 2015 5 commits
-
-
Dele Olajide authored
Revert " Fix PluginClassloader not implement getResources Method"
-
Dele Olajide authored
-
Dele Olajide authored
Fix PluginClassloader not implement getResources Method
-
Roman S authored
RestAPI Plugin - Provide the possibility to use Custom Auth Filter
-
Francesco Scoccia authored
Now switchoff betweeen the authentication systems seems to work as intended
-
- 10 Nov, 2015 5 commits
-
-
Christian Schudt authored
These tests otherwise may throw FileNotFoundException and are harder to make them run. Also delete TestUtils.java because it's not needed now anymore.
-
speedy01 authored
Reverting some changes made with PR #239. by enabling the custom socket factory. Added the use of Comparator per http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#pooling for connection pooling
-
speedy01 authored
Reverting some changes made with PR #239. by enabling the custom socket factory. Added the use of Comparator per http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#pooling for connection pooling
-
speedy01 authored
-
speedy01 authored
Added readtimeout and connect time out to getcontext
-
- 09 Nov, 2015 5 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
Launcher: Use Desktop.getDesktop().browse().
-
Christian Schudt authored
The BrowserLauncher class seems to be really outdated (from 2001) and it doesn't even launch the browser on my Mac OS X. Since Java 1.6, there is java.awt.Desktop, which can open a browser as well, so let's use that one.
-
Christian Schudt authored
Launcher: Use Java 6 SwingWorker instead of "Version 3 SwingWorker".
-
Christian Schudt authored
There was an old backport of SwingWorker for JDK < 6 from 2003, which was known as "SwingWorker Version 3". Openfire does not need such old backports anymore.
-