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
Category: Android
Trying Architexa for the first time
Architexa is a really useful tool for generating UML diagrams for Java projects in Eclipse. Most UML tools out there give you functionality of generating classes from the diagram you have created. But in Architexa you have a reverse functionality; it generates diagrams from existing code. It helps a team to understand and document collaboratively a large … Continue reading Trying Architexa for the first time