public class XMPPNotificationManager extends Object
Modifier | Constructor and Description |
---|---|
protected |
XMPPNotificationManager()
Constructor for XMPPNotificationManager.
|
Modifier and Type | Method and Description |
---|---|
static XMPPNotificationManager |
getInstance()
get an instance of the XMPPNotificationManager
|
boolean |
isLoggedIn()
isLoggedIn
|
protected ThreadCategory |
log()
log
|
boolean |
sendGroupChat(String xmppChatRoom,
String xmppMessage)
send an xmpp message to a specified Chat Room.
|
boolean |
sendMessage(String xmppTo,
String xmppMessage)
sendMessage
|
protected XMPPNotificationManager()
Constructor for XMPPNotificationManager.
public static XMPPNotificationManager getInstance()
public boolean isLoggedIn()
isLoggedIn
public boolean sendGroupChat(String xmppChatRoom, String xmppMessage)
xmppChatRoom
- room to send message to.xmppMessage
- text to be sent in the body of the messageprotected ThreadCategory log()
log
ThreadCategory
object.Copyright © 2015. All Rights Reserved.