org.jivesoftware.messenger.spi.RoutingTableImpl <p>Uses simple hashtables for table storage.</p> <p>Leaves in the tree are indicated by a PacketHandler, while branches are stored in hashtables. Traverse the tree according to an XMPPAddress' fields (host -> name -> resource) and when you hit a PacketHandler, you have foun ...