mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Merge branch '4.2'
This commit is contained in:
commit
0cf33f9849
6 changed files with 7 additions and 7 deletions
|
@ -179,7 +179,7 @@ allprojects {
|
|||
// work, we extra add '-quiet', which is added anyway by
|
||||
// gradle.
|
||||
// TODO enable all doclints, see SMACK-650
|
||||
options.addStringOption('Xdoclint:all,-html,-syntax', '-quiet')
|
||||
options.addStringOption('Xdoclint:all,-html', '-quiet')
|
||||
}
|
||||
}
|
||||
tasks.withType(Javadoc) {
|
||||
|
|
|
@ -379,7 +379,7 @@ public interface XMPPConnection {
|
|||
|
||||
enum FromMode {
|
||||
/**
|
||||
* Leave the 'from' attribute unchanged. This is the behavior of Smack < 4.0
|
||||
* Leave the 'from' attribute unchanged. This is the behavior of Smack < 4.0
|
||||
*/
|
||||
UNCHANGED,
|
||||
/**
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.jivesoftware.smack.provider.ProviderManager;
|
|||
|
||||
|
||||
/**
|
||||
* Looks for a provider file location based on the VM argument <i>smack.provider.file</>. If it is supplied, its value will
|
||||
* Looks for a provider file location based on the VM argument <i>smack.provider.file</i>. If it is supplied, its value will
|
||||
* be used as a file location for a providers file and loaded into the {@link ProviderManager} on Smack initialization.
|
||||
*
|
||||
* @author Robin Collier
|
||||
|
|
|
@ -155,7 +155,7 @@ public final class Presence extends Stanza implements TypedCloneable<Presence> {
|
|||
* {@link Mode#dnd do not disturb}. False will be returned when the type or mode
|
||||
* is any other value, including when the presence type is unavailable (offline).
|
||||
* This is a convenience method equivalent to
|
||||
* <tt>type == Type.available && (mode == Mode.away || mode == Mode.xa || mode == Mode.dnd)</tt>.
|
||||
* <tt>type == Type.available && (mode == Mode.away || mode == Mode.xa || mode == Mode.dnd)</tt>.
|
||||
*
|
||||
* @return true if the presence type is available and the presence mode is away, xa, or dnd.
|
||||
*/
|
||||
|
|
|
@ -48,7 +48,7 @@ import org.xmlpull.v1.XmlPullParser;
|
|||
* <entry xmlns='http://www.w3.org/2005/Atom'>
|
||||
* <title>Soliloquy</title>
|
||||
* <link rel='alternative' type='text/html'/>
|
||||
* <id>tag:denmark.lit,2003:entry-32397</id>
|
||||
* <id>tag:denmark.lit,2003:entry-32397</id>
|
||||
* </entry>
|
||||
* </item>
|
||||
* </items>
|
||||
|
|
|
@ -55,7 +55,7 @@ import org.jxmpp.util.XmppStringUtils;
|
|||
* <iqProvider>
|
||||
* <elementName>query</elementName>
|
||||
* <namespace>jabber:iq:time</namespace>
|
||||
* <className>org.jivesoftware.smack.packet.Time</className>
|
||||
* <className>org.jivesoftware.smack.packet.Time</className>
|
||||
* </iqProvider>
|
||||
* </smackProviders></pre>
|
||||
*
|
||||
|
@ -91,7 +91,7 @@ import org.jxmpp.util.XmppStringUtils;
|
|||
* <extensionProvider>
|
||||
* <elementName>x</elementName>
|
||||
* <namespace>jabber:iq:event</namespace>
|
||||
* <className>org.jivesoftware.smack.packet.MessageEvent</className>
|
||||
* <className>org.jivesoftware.smack.packet.MessageEvent</className>
|
||||
* </extensionProvider>
|
||||
* </smackProviders></pre>
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue