1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 04:21:31 +02:00

add update for global presence handler

This commit is contained in:
patjense
2013-10-13 12:55:10 -07:00
committed by KHobbits
parent b55fbbc1d0
commit e315e943cd

View File

@@ -117,6 +117,13 @@ public class EssentialsXMPP extends JavaPlugin implements IEssentialsXMPP
return instance.xmpp.sendMessage(address, message); return instance.xmpp.sendMessage(address, message);
} }
// @Override
public static boolean updatePresence()
{
instance.xmpp.updatePresence();
return true;
}
@Override @Override
public List<String> getSpyUsers() public List<String> getSpyUsers()
{ {