Re: [jdev] Re: Re: Blocked users

2007-07-04 Thread Remko Tronçon

Thanks guys, but how to log the messages sent by the google talk ? Do you
know some program to do this ?


Start the client with extra arguments:   /log verbose tstamp thread file
But as Sander said, you really shouldn't be implementing this
protocol, it's non-standard.

cheers,
Remko


[jdev] Re: Re: Blocked users

2007-07-04 Thread Alexandre
Thanks guys, but how to log the messages sent by the google talk ? Do you 
know some program to do this ?



"Remko Tronçon" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>> Well, i made a client to gtalk, and i dont know how to get the list of
>> blocked users.
>
> The Google Talk service doesn't use a standard protocol for blocking
> users (yet). If you want your client to be able to show/edit the list
> of blocked users on google talk servers, you will have to log the
> messages sent by the Google Talk client and copy those.
>
> cheers,
> Remko
> 





Re: [jdev] Escaping JID using XEP-0106

2007-07-04 Thread David Ammouial
On Dimecres 27 Juny 2007, Matthias Wimmer wrote:
> (Don't know how I created "They one to have".)

I think you meant "They want to have", which sounds similar when you speak 
the sentence mentally before typing it ;)

-- 
David


signature.asc
Description: This is a digitally signed message part.


Re: [jdev] Re: Blocked users

2007-07-04 Thread Sander Devrieze

2007/7/4, Remko Tronçon <[EMAIL PROTECTED]>:

> Well, i made a client to gtalk, and i dont know how to get the list of
> blocked users.

The Google Talk service doesn't use a standard protocol for blocking
users (yet). If you want your client to be able to show/edit the list
of blocked users on google talk servers, you will have to log the
messages sent by the Google Talk client and copy those.


Better don't implement this...

--
Mvg, Sander Devrieze.


Re: [jdev] Re: Blocked users

2007-07-04 Thread Remko Tronçon

Well, i made a client to gtalk, and i dont know how to get the list of
blocked users.


The Google Talk service doesn't use a standard protocol for blocking
users (yet). If you want your client to be able to show/edit the list
of blocked users on google talk servers, you will have to log the
messages sent by the Google Talk client and copy those.

cheers,
Remko