This library is capable of connecting to jabber servers (including TLS connection) and sending and receiving XMPP stanza's. It is also planned that this library will also support multiple authentication mechanisms, althogh at this time only plain mechanism is supported. This library also manages user's roster information. For furhter versions message message threads and logs support is planned. This library differs from other php jabber libraries because every stanza request and response is a different class object. This makes extending current library very easy by adding new classes.