equal
deleted
inserted
replaced
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 <dasilvj at beem-project dot com> |
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(); |