mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Merge branch '4.2'
This commit is contained in:
commit
0eeab74990
55 changed files with 385 additions and 50 deletions
|
@ -332,6 +332,8 @@ public final class CarbonManager extends Manager {
|
|||
|
||||
/**
|
||||
* Check if carbons are enabled on this connection.
|
||||
*
|
||||
* @return true if carbons are enabled, else false.
|
||||
*/
|
||||
public boolean getCarbonsEnabled() {
|
||||
return this.enabled_state;
|
||||
|
|
|
@ -56,6 +56,7 @@ public abstract class AbstractHttpOverXmpp extends IQ {
|
|||
/**
|
||||
* Returns start tag.
|
||||
*
|
||||
* @param xml builder.
|
||||
* @return start tag
|
||||
*/
|
||||
protected abstract IQChildElementXmlStringBuilder getIQHoxtChildElementBuilder(IQChildElementXmlStringBuilder xml);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue