-
edhelas
you can follow the XMPP Blog... on XMPP, there's a Pubsub node for it now :) news.movim.eu/XMPPBlog
-
edhelas
would be nice if the XSF provides official Pubsub feeds
-
MattJ
Heh, I've wanted that for a long time :)
-
Zash
I want the XEPs accessible over XMPP! At least metadata.
-
jonas’
if only we had incremental builds
-
MattJ
Zash, write mod_pubsub_xeps and it can happen!
-
daniel
If I have multiple items in a pep node should this generate one event with multiple items or multiple events?
-
Zash
It depends
-
daniel
On what?
-
Zash
What is the trigger for this event context? Subscribe? Publish? Presence?
-
daniel
Presence I assume
-
Zash
How is the node configured? Is it set to send events? Is it configured to only send the last event? How many items does it store, if any?
-
Zash
If this is plain ol' PEP then you get the last item only.
-
daniel
Well apparently more than one item or the question wouldn't make sense
-
daniel
The other things I have yet to find out...
-
daniel
But to be more specific. Converse apparently doesn't set item ID to current when publishing omemo device lists
-
Zash
Then the server is supposed to pick a random one.
-
daniel
And for a yet unknown reason the node is configured to have multiple items
-
daniel
And when I log in I get *many* events
-
Zash
I'd say server bug then.
-
Zash
Unless they also accidentally configured the node to do that.
-
daniel
So even on multi item nodes pep will only send out one item?
-
Zash
> Default the 'send_last_published_item' configuration option to on_sub_and_presence (i.e., send the last published item on subscription and on receipt of presence).
-
Zash
daniel: That is the intent, yes
-
Zash
I'm unable to find if there's a thing for sending everything, but that wouldn't be optimal either
-
Zash
Wasn't this what 'pubsub since' was meant for?
-
Zash
https://xmpp.org/extensions/xep-0312.html
-
daniel
Oh. It was the client just reannoucing it over and over
-
daniel
But at least I learned something about pep
-
daniel
And fixed my client not to redraw if the information didn't actually change