src/eu/siacs/conversations/ui/StartConversation.java 🔗
@@ -0,0 +1,11 @@
+package eu.siacs.conversations.ui;
+
+public class StartConversation extends XmppActivity {
+
+ @Override
+ void onBackendConnected() {
+ // TODO Auto-generated method stub
+
+ }
+
+}