[android-developers] Re: Openfire and XMPP with Android

2009-03-10 Thread sainath_r
Thanks Andrea Thanks for the Info. On Mar 4, 2:37 am, ANDREA P wrote: > You should add a new user: go on openfire console and click users / > groups and then click on create new user. > After in your code: > > String host = "192.168.1.2";//Localhost > String port = "5222"; >

[android-developers] Re: Openfire and XMPP with Android

2009-03-03 Thread ANDREA P
You should add a new user: go on openfire console and click users / groups and then click on create new user. After in your code: String host = "192.168.1.2";//Localhost String port = "5222"; String service = "myserver.local"; String username = "user";

[android-developers] Re: Openfire and XMPP with Android

2009-03-03 Thread sainath_r
Hi Andrea I am trying to develop a XMPP Client for Android and using open fire as the server. can u guide me what should be used for 'service new' during configuration for conecting and login. I am Stuck at that point.. Regards Sainath On Mar 3, 4:27 am, ANDREA P wrote: > Hi , I am trying to