mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 20:11:21 +02:00
add update for global presence handler
This commit is contained in:
@@ -117,6 +117,13 @@ public class EssentialsXMPP extends JavaPlugin implements IEssentialsXMPP
|
||||
return instance.xmpp.sendMessage(address, message);
|
||||
}
|
||||
|
||||
// @Override
|
||||
public static boolean updatePresence()
|
||||
{
|
||||
instance.xmpp.updatePresence();
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getSpyUsers()
|
||||
{
|
||||
|
Reference in New Issue
Block a user