Distributed EventBus

Distributed EventBus is designed to distribute events among cluster nodes. Events must extends tigase.xml.Element:

<EventName xmlns="tigase:demo">
  <sample_value>1</sample_value>
</EventName>

Events are identified by two elements: name of event and namespace.