app/src/main/java/com/beem/project/beem/ui/Chat.java
changeset 1074 5612909addf8
parent 1063 401b33f78a4d
equal deleted inserted replaced
1073:274f38e8c8a9 1074:5612909addf8
   114 import org.jivesoftware.smack.util.StringUtils;
   114 import org.jivesoftware.smack.util.StringUtils;
   115 
   115 
   116 
   116 
   117 /**
   117 /**
   118  * This class represents an activity which allows the user to chat with his/her contacts.
   118  * This class represents an activity which allows the user to chat with his/her contacts.
   119  * @author Jean-Manuel Da Silva <dasilvj at beem-project dot com>
   119  * @author Jean-Manuel Da Silva &lt;dasilvj at beem-project dot com&gt;
   120  */
   120  */
   121 public class Chat extends Activity implements TextView.OnEditorActionListener {
   121 public class Chat extends Activity implements TextView.OnEditorActionListener {
   122 
   122 
   123     private static final String TAG = "Chat";
   123     private static final String TAG = "Chat";
   124     private static final Intent SERVICE_INTENT = new Intent();
   124     private static final Intent SERVICE_INTENT = new Intent();