equal
deleted
inserted
replaced
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 } |