Component development
A component in the Tigase is an entity with own JID address. It can receive packets, can process them and can also generate packets.
An example of the best known components is MUC or PubSub. In the Tigase server, however, almost everything is actually a component: Session Manager, s2s connections manager, Message Router, etc.... Components are loaded based on the server configuration, new components can be loaded and activated at the server run-time. You can easily replace a component implementation and the only change to make is a class name in the configuration entry.
Creating components for the Tigase server is an essential part of the server development hence there is a lot of useful API and ready to use code available. This guide should help you to get familiar with the API and how to quickly and efficiently create own component implementations.
- Add new comment
- 5741 reads






Recent comments
5 min 4 sec ago
4 hours 36 min ago
9 hours 41 min ago
12 hours 59 min ago
16 hours 28 min ago
16 hours 30 min ago
1 day 1 min ago
1 day 11 min ago
1 day 7 hours ago
1 day 7 hours ago