jlist | 2 Jan 03:42
Picon

Show values of the Presence Message

Hi,

I wasn't able to find the definitions of dnd, chat, away, xa, "", etc.
dnd and away are easy to understand. I'm not sure about chat, xa or
none. Any pointers? Does "chat" mean actively chatting and none mean
available but not chatting? Or, is "chat" the normal status while none
means the user is logged out?

--

-- 
Thanks,
Jack

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Peter Saint-Andre | 2 Jan 04:02
Favicon

Re: Show values of the Presence Message

On Thu, Jan 01, 2009 at 06:42:26PM -0800, jlist wrote:

> I wasn't able to find the definitions of dnd, chat, away, xa, "", etc.

http://xmpp.org/internet-drafts/draft-saintandre-rfc3921bis-07.html#presence-show

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

jlist | 2 Jan 04:33
Picon

Re: Show values of the Presence Message

Thanks Peter!

Thursday, January 1, 2009, 7:02:37 PM, you wrote:

> On Thu, Jan 01, 2009 at 06:42:26PM -0800, jlist wrote:

>> I wasn't able to find the definitions of dnd, chat, away, xa, "", etc.

> http://xmpp.org/internet-drafts/draft-saintandre-rfc3921bis-07.html#presence-show

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

jlist | 2 Jan 06:13
Picon

Re: Show values of the Presence Message

Speaking of presence messages, is there a way to tell from these
messages (or by any other means) that a buddy has gone off-line?

>> I wasn't able to find the definitions of dnd, chat, away, xa, "", etc.

> http://xmpp.org/internet-drafts/draft-saintandre-rfc3921bis-07.html#presence-show

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Richard Smith | 2 Jan 09:21

Re: scaling a component

Simon Tennant wrote:
> Any tips or pointers would be most useful.  (I'll push the queries about
> load balancing components between servers to the ejabberd mailing list.)

If you happen to be running ejabberd as your core xmpp server, then just 
initiate multiple connections per comonent domain.

ejabberd is quite clever at scaling.

--

-- 
Richard

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Maciek Niedzielski | 2 Jan 09:30
Gravatar

Re: Show values of the Presence Message

jlist wrote:
> Speaking of presence messages, is there a way to tell from these
> messages (or by any other means) that a buddy has gone off-line?

http://xmpp.org/internet-drafts/draft-saintandre-rfc3921bis-07.html#rfc.section.4.7.1

Basically, you send <presence type='unavailable'/>

--

-- 
Maciek
  xmpp:machekku <at> uaznia.net
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

jlist9 | 2 Jan 22:49
Picon

Re: Show values of the Presence Message -> logout

Hello Maciek,

Thanks for your reply. I've added that but it doesn't seem to
solve my problem. What I'm trying to do is to log in with the
same user twice but bind to different resources. And I'd like
any of the two instances notified when the other instance logs out.

Do I need to explicitly subscribe to the other instances's presence
stanzas?

Jack

>> Speaking of presence messages, is there a way to tell from these
>> messages (or by any other means) that a buddy has gone off-line?

> http://xmpp.org/internet-drafts/draft-saintandre-rfc3921bis-07.html#rfc.section.4.7.1

> Basically, you send <presence type='unavailable'/>

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

naw | 2 Jan 23:32
Picon

Re: Show values of the Presence Message -> logout

El Viernes 02 Enero 2009, jlist9 <at> gmail.com escribió:
> Hello Maciek,
>
> Thanks for your reply. I've added that but it doesn't seem to
> solve my problem. What I'm trying to do is to log in with the
> same user twice but bind to different resources. And I'd like
> any of the two instances notified when the other instance logs out.
>
> Do I need to explicitly subscribe to the other instances's presence
> stanzas?
>
> Jack
>
> >> Speaking of presence messages, is there a way to tell from these
> >> messages (or by any other means) that a buddy has gone off-line?
> >
> > http://xmpp.org/internet-drafts/draft-saintandre-rfc3921bis-07.html#rfc.s
> >ection.4.7.1
> >
> > Basically, you send <presence type='unavailable'/>
>

When I'm on "Home" and "Psi" and I disconnect from "Home" I get:
<presence from="xxxx <at> jabberes.org/Home" type="unavailable" 
to="xxxx <at> jabberes.org/Psi" /> 

I don't remember to be subscribed explicitly to myself.
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
(Continue reading)

jlist9 | 3 Jan 02:26
Picon

Re: Show values of the Presence Message -> logout


>> Thanks for your reply. I've added that but it doesn't seem to
>> solve my problem. What I'm trying to do is to log in with the
>> same user twice but bind to different resources. And I'd like
>> any of the two instances notified when the other instance logs out.
>>
>> Do I need to explicitly subscribe to the other instances's presence
>> stanzas?
>>

> When I'm on "Home" and "Psi" and I disconnect from "Home" I get:
> <presence from="xxxx <at> jabberes.org/Home" type="unavailable" 
> to="xxxx <at> jabberes.org/Psi" /> 

> I don't remember to be subscribed explicitly to myself.

Hmm. Maybe the servers don't behave the same way. I was experimenting
with gtalk...

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

naw | 3 Jan 13:38
Picon

Re: Show values of the Presence Message -> logout

El Sábado 03 Enero 2009, jlist9 <at> gmail.com escribió:
> >> Thanks for your reply. I've added that but it doesn't seem to
> >> solve my problem. What I'm trying to do is to log in with the
> >> same user twice but bind to different resources. And I'd like
> >> any of the two instances notified when the other instance logs out.
> >>
> >> Do I need to explicitly subscribe to the other instances's presence
> >> stanzas?
> >
> > When I'm on "Home" and "Psi" and I disconnect from "Home" I get:
> > <presence from="xxxx <at> jabberes.org/Home" type="unavailable"
> > to="xxxx <at> jabberes.org/Psi" />
> >
> > I don't remember to be subscribed explicitly to myself.
>
> Hmm. Maybe the servers don't behave the same way. I was experimenting
> with gtalk...

gtalk behaves in the same way
<presence from="xxxx <at> gmail.com/HomeCF82D0B9" type="unavailable" 
to="xxxx <at> gmail.com" />

Did you get the roster (buddy list) from the server? If not, I think that you 
won't receive presence updates.

--

-- 

Jabber-ID: lambda512 <at> jabberes.org lambda512 <at> gmail.com
_______________________________________________
JDev mailing list
(Continue reading)


Gmane