/**
  * Removes global status listener.
  *
  * @param l the listener to remove.
  */
 public void removeGlobalStatusListener(EventListener<PresenceStatus> l) {
   globalStatusListeners.removeEventListener(l);
 }