Name: instantiation/test/java/xmpp-tim/XmppClient/HANDBOOK
| 1: | Handbook: |
| 2: | |
| 3: | 1. Use only one client, make it static, make it accessible for your whole application, and if you're interested in AdventureMessages, just add a message listener. |
| 4: | 2. When you add listeners, implement "ClientListener". |
| 5: | 3. The client will be changed now to comply fully to the spec. This might break later versions. |
| 6: | 4. The XMPP works very fast and very efficient. If something is slow, it's either my wrapper library or your code. Please check your code before telling me I should fix mine. |
| 7: | 5. For me, the tests work fine. Every time. I have a fast connection, if you don't we might need to extend the thread.sleep calls that wait for stuff to arrive. |
| 8: | 6. If you have other fixes, you're welcome to implement them. In that case, please make sure the tests don't fail before you commit. |
