Re: EB-Lite Usage
"Meredydd Luff" <[email protected]> Fri, 8 Aug 2003 17:39:01 +0100 (BST)
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
OK´- I'm on holiday atm, so I'll be brief, but:
There's no real substitute for the test client when testing things, so I'd
recommend using it! If you look under core/GUIcomms, you'll find a
command-line client (which, incidentally, also demonstrates how to use
--pipes - it involves making an unnamed pipe, forking, then launching the
core, using --pipes to indicate which file descriptors things are open
on). Use that to talk to the core - only then can you be absolutely sure
that the core's the one breaking spec, not the UI.
Best of luck, I'm off...
Meredydd
Rodney Dawes said:
> So,
>
> I am trying to get Senility (my gnome IM client), working with eb-lite.]
> However, I can't seem to create accounts (or actually debug the
> problem). I get an Illegal seek error, whenever I try to send the
> command to add an account. Is there any way I can debug this better?
> The command set I am sending is { "add_local_account", "user", "Yahoo" }
> so that I can test adding/removing of accounts with my GUI before I try
> to make it do fancy stuff, like actually log in. Thanks.
>
> -- dobey