public class AvclService extends Object
Makes use of the smack library for XMPP. Also uses a properties file to load preferences, such as XMPP server, chat room names, etc.
Modifier and Type | Method and Description |
---|---|
void |
disestablishConnection() |
void |
establishConnection()
Logs onto the server and joins the outgoing and incoming message rooms.
|
static AvclService |
getAvclService()
Singleton for AvclService
|
static void |
main(String[] args) |
void |
sendRevisedOpTask(String opTask)
Send the revised optask to the sending chat room
|
public static AvclService getAvclService()
public void establishConnection()
public void disestablishConnection()
public void sendRevisedOpTask(String opTask)
opTask
- public static void main(String[] args)