You are currently viewing the BOOK: Professional XMPP Programming with JavaScript and jQuery section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I use The gab application from chapter 6, when user logout or diconnect, What have to I sent presence to server, to server update online_status of user? I use tigase server new version(http://www.tigase.org/). Thank for help
I have found the reason why online_status not updated. When sign out, using the function disconnect (), can not close the connection. How can I close the connection when the sign out or disconnected. Thank for help