Gateway interaction is described by XEP-0100. The query xmlns (namespace) used for this is same as IN-Band registration, that is "jabber:iq:register". Smack API provides an easy way handle gateway interaction with the server. It has predefined classes for the required namespace and operations which one can easily use and do the thing. In this article … Continue reading Gateway interaction in Smack API
Transparent JFrame using JNA
InĀ Make JFrame transparentĀ I had shown a way to making frame's transparent using AWTUtilities class. But using that class results in access restriction compile time error, resolution in Eclipse is also shown in that post. Now here is the version using java natives. I have used Java Native Access (JNA) library to call native functions to … Continue reading Transparent JFrame using JNA