-
Schimon
> Let's just drop the non-PubSub rubbish from XMPP, i.e. one-to-one messages and MUC. This is actualy what TG (the blue paper aircraft) does for chat and for its "supper" groupchat.✎ ↺ -
Schimon
> Let's just drop the non-PubSub rubbish from XMPP, i.e. one-to-one messages and MUC. debacle. This is actualy what TG (the blue paper aircraft) does for chat and for its "super" groupchat. I suppose your comment was conveyed in a cynical manner. RFC 6121 is important. ✏ ↺
-
Martin
Does anyone know of a (test) server that has all those fancy things from XEP-0487: Host Meta 2 set up?
-
Schimon
> Blasta has been published at https://git.xmpp-it.net/sch/Blasta (A bookmarks system which is based on XMPP). edhelas. Did you try Blasta? ↺
-
ubq323_
i'm trying to change the avatar picture of an xmpp account. i sent this stanza: ``` <iq type='set' id='1234'> <pubsub xmlns='http://jabber.org/protocol/pubsub'> <publish node='urn:xmpp:avatar:metadata'> <item id='89229147c33129fd8d1ab177b6cbea725e72a8b4'> <metadata xmlns='urn:xmpp:avatar:metadata'> <info bytes='54660' height='213' width='203' id='89229147c33129fd8d1ab177b6cbea725e72a8b4' type='image/png' url='(the url)'/> </metadata> </item> </publish> </pubsub> </iq> ``` but i don't see that account's avatar image change in gajim (which is logged in on my main account). my main account is subscribed to the other account's presence, so what else do i need to do?
-
ubq323_
seems gajim is recieveing a item-not-found error from the server
-
ubq323_
which apparently indicates that the pubsub node in question doesn't exist?
-
ubq323_
but according to the PEP spec, the node should be auto-created when i publish something to it
-
ubq323_
does anyone know what i'm doing wrong?
-
singpolyma
Did you also publish the actual avatar to the avatar node? Or just the metadata?
-
ubq323_
just the metadata
-
ubq323_
i have a url='...' pointing to the image on an http server✎ -
ubq323_
i have a url='...' pointing to the image on an http server though ✏
-
singpolyma
I don't think most clients support the url option
-
ubq323_
ahh ok
-
ubq323_
i'll try sending the actual image data