src/com/beem/project/beem/BeemService.java
changeset 880 1f3c76bf3756
parent 877 e81a14d9d569
child 885 7b5e29b3603b
equal deleted inserted replaced
879:d33586e4ed1a 880:1f3c76bf3756
   218 
   218 
   219 	initConnectionConfig();
   219 	initConnectionConfig();
   220 	configure(ProviderManager.getInstance());
   220 	configure(ProviderManager.getInstance());
   221 
   221 
   222 	mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
   222 	mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
   223 	mConnection = new XmppConnectionAdapter(mConnectionConfiguration, tmpJid, mLogin, mPassword, this);
   223 	mConnection = new XmppConnectionAdapter(mConnectionConfiguration, mLogin, mPassword, this);
   224 
   224 
   225 	Roster.setDefaultSubscriptionMode(SubscriptionMode.manual);
   225 	Roster.setDefaultSubscriptionMode(SubscriptionMode.manual);
   226 	mBind = new XmppFacade(mConnection);
   226 	mBind = new XmppFacade(mConnection);
   227 	Log.d(TAG, "ONCREATE");
   227 	Log.d(TAG, "ONCREATE");
   228     }
   228     }