|
|
|
|
@ -750,7 +750,7 @@ protected void initialize(String screenname,
|
|
|
|
|
new OperationSetServerStoredAccountInfoJabberImpl(this,
|
|
|
|
|
infoRetreiver,
|
|
|
|
|
screenname);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addSupportedOperationSet(OperationSetServerStoredAccountInfo.class,
|
|
|
|
|
accountInfo);
|
|
|
|
|
|
|
|
|
|
@ -758,7 +758,7 @@ protected void initialize(String screenname,
|
|
|
|
|
OperationSetAvatar avatarOpSet =
|
|
|
|
|
new OperationSetAvatarJabberImpl(this, accountInfo);
|
|
|
|
|
addSupportedOperationSet(OperationSetAvatar.class, avatarOpSet);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// initialize the file transfer operation set
|
|
|
|
|
addSupportedOperationSet(
|
|
|
|
|
OperationSetFileTransfer.class,
|
|
|
|
|
|