Peter Saint-Andre | 1 Oct 19:50
Alban Crequy | 2 Oct 14:07
Picon

Avatar loop on Google Jabber servers

Hi,

There is a bug [1] in Telepathy Gabble which become visible since 0.8.3
(or maybe before) when the user connects 2 times (with 2 different
resources) on a Google Jabber server. There is an infinite loop of
<presence> stanza sent from both Jabber clients: when each client
receives a <presence> stanza, it replies with a presence stanza, and
there is an infinite ping-pong.

It seems to happen only when connected to a Google Jabber server. The
reason is that Google Jabber servers modify the <presence> stanza sent
by a client before broadcasting it to the other resources (see
thread [2]). I think it is a bug in the Google Jabber server with
regard to XEP-0153 section 4.4 [3]. It should be ok if the server add
the photo in <presence> stanza when the client does not put any
"<x xmlns='vcard-temp:x:update'>" node. In this case, the client does
not support XEP-0153 and the server may want to simulate it. But if the
client adds such a node without any <photo> node inside, the server
should not attempt to modify it: the absence of <photo> node is done on
purpose either to indicate the client does not advertise any image (see
XEP-0153 section 4.1.2.) or to resolve an avatar conflict between 2
resources (see XEP-0153 section 4.4).

The loop is the following:
1. we get a <presence> stanza with a new photo hash
2. we send a <presence> stanza immediately without <photo> node as per
   XEP-0153 section 4.4.
3. Google server adds a photo stanza and broadcast our <presence>
   stanza to other resources 
4. we send a vCard request to the server
(Continue reading)

Alexey Nezhdanov | 4 Oct 18:30
Picon

Re: mod_purple.erl

On Sunday 04 October 2009 20:22:18 Alexey Nezhdanov wrote:
> Hmm.
> That's quite interesting suggestion. ... Thank you for an
> idea. I'll look into it.
Bad luck. I forgot that Miranda is win32-only.
I target either for unix-only or cross-platform...
That means that even if I manage to make it work in linux (which I doubt) - 
that will still run through wine...

If anybody interested in this - please donate some of your time and coding 
skills.

--

-- 
Sincerely yours
Alexey Nezhdanov
_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

rawroro | 5 Oct 10:28

Re: JSJaC Client


The problem has been solved .

--

-- 
rawroro
------------------------------------------------------------------------
rawroro's Profile: http://www.jabberforum.org/member.php?userid=17709
View this thread: http://www.jabberforum.org/showthread.php?t=2665

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

Alexander Gnauck | 12 Oct 17:21
Picon
Favicon
Gravatar

XSF membership application period Q4/2009

The XMPP Standards Foundation (XSF) is currently holding its quarterly 
membership application period:
http://wiki.xmpp.org/web/Membership_Applications_October_2009

Applications are encouraged from developers and others who are actively 
involved in the Jabber/XMPP community. To apply, create a page about 
yourself on the wiki.

If you don't have a wiki account, send your name, preferred nickname
and email address to me or one of the other Sysops:
http://wiki.xmpp.org/index.php/Sysops

The application period ends on 28th October 2009 23:59h UTC, so apply today!

Regards,
Alex
--
Alexander Gnauck
xmpp:gnauck <at> jabber.org
_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Steven Parkes | 12 Oct 19:05

Re: XSF membership application period Q4/2009


On Oct 12, 2009, at Oct 12,8:21 AM , Alexander Gnauck wrote:

> If you don't have a wiki account, send your name, preferred nickname
> and email address to me

Steven Parkes
smparkes
smparkes <at> smparkes.net
_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Steven Parkes | 12 Oct 19:32

Re: XSF membership application period Q4/2009


On Oct 12, 2009, at Oct 12,10:05 AM , Steven Parkes wrote:

>
> On Oct 12, 2009, at Oct 12,8:21 AM , Alexander Gnauck wrote:
>
>> If you don't have a wiki account, send your name, preferred nickname
>> and email address to me
>
> Steven Parkes
> smparkes
> smparkes <at> smparkes.net

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

Graham Merrill | 12 Oct 23:34
Favicon

Re: XSF membership application period Q4/2009

:)

-----Original Message-----
From: jdev-bounces <at> jabber.org [mailto:jdev-bounces <at> jabber.org] On Behalf Of
Steven Parkes
Sent: Monday, October 12, 2009 13:33
To: Jabber/XMPP software development list
Subject: Re: [jdev] XSF membership application period Q4/2009

On Oct 12, 2009, at Oct 12,10:05 AM , Steven Parkes wrote:

>
> On Oct 12, 2009, at Oct 12,8:21 AM , Alexander Gnauck wrote:
>
>> If you don't have a wiki account, send your name, preferred nickname
>> and email address to me
>
> Steven Parkes
> smparkes
> smparkes <at> smparkes.net

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

_______________________________________________
(Continue reading)

Favicon

Perl and Jabber Documentation

I've been playing with Ryan Eatmon's Net::Jabber and Net::XMPP but I'm
stuck.  According to the docs, there's a way to retrieve the vCard info from
a Jabber server, but for the life of me I cannot figure out the syntax.

Does anyone know of a good resource of some working examples for these
modules to accomplish this?  Or better yet, know of a place that has more
extensive documentation of these modules either on the web or in a (gasp!)
book?

Thanks.

Graham Merrill

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

Winfried Tilanus | 13 Oct 15:28
Gravatar

Fosdem 2010

Hi There,

For your notice:

The 2010 edition of Fosdem is scheduled on 6 and 7 februari 2010. The
organisation just send out calls for main tracks, lightning talks and
stands. Devrooms are to follow (the concept will be reworked a bit this
year).

Any idea's for activities from the XMPP-community?

cu!

Winfried

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


Gmane