true
if this manager is enabled, false
otherwise.
+ */
public boolean isEnabled() {
return mEnabled;
}
diff --git a/smack-android/src/main/java/org/jivesoftware/smack/android/AndroidSmackInitializer.java b/smack-android/src/main/java/org/jivesoftware/smack/android/AndroidSmackInitializer.java
index 81a228ce0..a34fb1776 100644
--- a/smack-android/src/main/java/org/jivesoftware/smack/android/AndroidSmackInitializer.java
+++ b/smack-android/src/main/java/org/jivesoftware/smack/android/AndroidSmackInitializer.java
@@ -1,6 +1,6 @@
/**
*
- * Copyright © 2014-2018 Florian Schmaus
+ * Copyright © 2014-2021 Florian Schmaus
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -39,8 +39,8 @@ public class AndroidSmackInitializer implements SmackInitializer {
@Override
public ListItem
has several properties that are dependent
* on the configuration of the node to which it has been or will be published.
*
- * + * An Item received from a node (via {@link LeafNode#getItems()} or {@link LeafNode#addItemEventListener(org.jivesoftware.smackx.pubsub.listener.ItemEventListener)} + *
*+ * An Item created to send to a node (via {@link LeafNode#publish()} or {@link LeafNode#publish()} + *
*Item
has several properties that are dependent
* on the configuration of the node to which it has been or will be published.
*
- * + * An Item received from a node (via {@link LeafNode#getItems()} or {@link LeafNode#addItemEventListener(org.jivesoftware.smackx.pubsub.listener.ItemEventListener)} + *
*+ * An Item created to send to a node (via {@link LeafNode#publish()} + *
*To customise the payload object being returned from the {@link #getPayload()} method, you can * add a custom parser as explained in {@link ItemProvider}.
*