Re: How to dedect Server Mood support?

"Gabriel Soto" <[email protected]>
Newsgroups gmane.network.jabber.user
Message-ID <[email protected]>
On Feb 4, 2008 6:47 AM, Peter Flindt <[email protected]> wrote:
> Hello,
> normally the client should detect this, and the client offer me a menu
> to select Moods or not. Unfortunately I fear there is a bug in my
> client (Miranda IM), because I guess the following behavior is not
> correct:
>
> 1)I login with jabbim.com this server not support Moods.
> 2)I join a MUC at jabbber.ccc.de this server support Moods.
> 3)Selection of Moods are now available.
>
> I have tried the following command in the XML console, but I am not
> sure about the output:
> <iq from='[email protected]/Home'
>     to='jabbim.com'
>     id='disco1'
>     type='get'>
>   <query xmlns='http://jabber.org/protocol/disco#info'/>
> </iq>
> and
> <iq from='[email protected]/Home'
>     to='jabber.ccc.de'
>     id='disco1'
>     type='get'>
>   <query xmlns='http://jabber.org/protocol/disco#info'/>
> </iq>
> Which response line show me if the Server support Moods?
>
> Peter

As far as I know, the server has to support PEP (Personal Eventing via
Pubsub, XEP-0163). You should receive a response similar to this:

<iq from='jabbim.com'
    to='[email protected]/Home'
    id='disco1'
    type='result'>
  <query xmlns='http://jabber.org/protocol/disco#info'>
    <identity category='server' type='im'/>
    <identity category='pubsub' type='pep'/>     <----- PEP support
    ...
  </query>
</iq>
_______________________________________________
This is JUser -- a mailing list for end
users of Jabber clients.

To unsubscribe, go to the following web 
page, scroll all the way down, and type 
in your email address:

http://mail.jabber.org/mailman/listinfo/juser
_______________________________________________
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.