unable to enable the PurpleAccount.

2009-02-23 Thread Nagesh
Hi All, I have being using the PurpleInterface to communicate with the pidgin through dbus. I have used the following functions to connect to the pidgin and create a new account. account = intf.PurpleAccountNew(username, protocol_id); intf.PurpleAccountSetUsername(account, usernameWithDomain); in

Re: unable to enable the PurpleAccount.

2009-03-29 Thread Ka-Hing Cheung
On Mon, Feb 23, 2009 at 07:19:22PM +0530, Nagesh wrote: > Hi All, > > I have being using the PurpleInterface to communicate > with the pidgin through dbus. > I have used the following functions to connect to the pidgin > and create a new account. > > account = intf.PurpleAccountNew(username, prot