オンラインモードを設定しようとしましたが、名簿では機能しません。このコードを実行してローカルホストサーバーを確認しましたが、モードは「使用可能」であり、「邪魔しないでください」ではありません。
final Connection connection = new XMPPConnection("xxx.xxx.x.xx");
connection.connect();
connection.login("hieugioi@hieund", "123456");
final Roster roster = connection.getRoster();
Presence p = roster.getPresence("hieugioi@hieund");
p.setPriority(128);
p.setMode(Mode.dnd);