From 6c5c3ac2decac75ec3208d47912e67c4e1a33548 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 30 Jan 2014 16:42:35 +0100 Subject: first draft on xml parser and communication. a long way to go. code definitly not perfect. will refactor asap --- src/de/gultsch/chat/ui/XmppActivity.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/de/gultsch/chat/ui/XmppActivity.java') diff --git a/src/de/gultsch/chat/ui/XmppActivity.java b/src/de/gultsch/chat/ui/XmppActivity.java index ce65ab5ec..66c92b72e 100644 --- a/src/de/gultsch/chat/ui/XmppActivity.java +++ b/src/de/gultsch/chat/ui/XmppActivity.java @@ -31,6 +31,7 @@ public abstract class XmppActivity extends Activity { @Override protected void onStart() { + startService(new Intent(this, XmppConnectionService.class)); super.onStart(); if (!xmppConnectionServiceBound) { Intent intent = new Intent(this, XmppConnectionService.class); -- cgit v1.2.3