Because this discussion list is no longer in use and because (as part of
larger infrastructure changes) we plan to discontinue email service at
jabber.org, this list will be shut down in the near future.
Peter
I have setup the membership application Wiki page for the application
period Q4 2024
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 at:
https://wiki.xmpp.org/web/Membership_Applications_Q4_2024
If you don't have a wiki account, send your full name, preferred
nickname and email address to me or one of the other Sysops:
https://wiki.xmpp.org/web/Sysops
Apply now!!!
Thanks,
Alex
Good day to one and all!
I intend to create a Falkon extension that synchronizes Falkon browser
profile with XEP-0163: Personal Eventing Protocol (PEP).
There are two types of Falkon extensions: C++ (QML) and Python.
I intend to write a Python extension, and later port it to C++.
Status
------
Most of the code to communicate with XMPP is ready, so first features
would be bookmarks, history and tabs.
Help
----
I need Qt related code to integrate it with the Falkon interface.
If you have knowledge with Qt development, I would be grateful if you
would help.
Resources:
https://git.sgorava.xyz/Falkon/FalkonTutorialshttps://git.sgorava.xyz/Falkon/kdevelop-python-templates
Please contact me, if you want to join me on this effort.
Kind regards,
Schimon
Good day to one and all!
I want to know if it is possible to make a pseudo or temporary node.
Use case:
I am building a system which provides API for both HTTP and XMPP.
HTTP: http://eustace.i2p/feed/tag/mullins
XMPP: xmpp:eustace.i2p?pubsub;action=subscribe;node=tag:mullins
Both requests retrieve cached database entries tagged with "mullins".
Both HTTP pathname and XMPP node do not exist.
Concerning to XMPP, is it possible to do as follows?
1) Receive a request to read a PubSub node.
2) Check whether the requested PubSub node exists.
3) If the requested PubSub node does not exist, create it.
4) Populate the node with items.
5) Send a positive respond.
Best regards,
Schimon
Sorry. I have sent this message to "standards" list.
Please see message below.
Begin forwarded message:
Date: Thu, 18 Jul 2024 19:29:46 +0300
From: Schimon Jehudah <sch(a)fedora.email>
Cc: XMPP Standards <standards(a)xmpp.org>
Subject: Re: [Standards] Re: Bibliography and PubSub
Greetings, everyone!
I am working on a "social" bookmarking system which is solely based on
XMPP PubSub and Atom Syndication Format (i.e. XEP-0277 and XEP-0472).
The benefits, as you already know* are:
1. The data is always stored on your account, because the system only
provides an interface to make use of your own PubSub in a certain
fashion, hence there is no need to worry whether or not the system
shuts down or otherwise, so if someone decides to turn it off,
someone else can run his own system and your bookmarks are still
available.
2. The server does not store the data, so there is no need for a lot of
storage to operate it.
3. No registration is required. Only an XMPP account.
Note that for statistics and ease of intermediating people inside the
system, it is essential to maintain a database, yet not all data has to
be stored, which means that if the top 1,000,000 most popular links are
important to you, for the sake of keeping the traffic, then there is no
need for more than 200MB to 500MB of a storage disk for an SQLite
database.
* I am writing this information for people from outside of XMPP.
Currently, the system is perfectly useable by a one man.
Yet, I do need help in enhancing that system to allow access to
multiple people at the same time.
I was thinking of using the "cookies" system to store sessions and
to link the received session value with the one which is store on
runtime:
accounts[jid] = XmppInstance(jid + '/blasta', password)
sessions[jid] = str(random.random())
I am using Pyhton FastAPI and Slixmpp for that task.
I would greately appreciate your assistance.
Best regards,
Schimon
On Thu, 13 Jun 2024 14:26:44 +0300
Schimon Jehudah <sch(a)fedora.email> wrote:
> Good day Jérôme!
>
> Thank you for joining to this thread and sharing insights!
> Please pardon me for not posting to your post ID.
> Your message was not delivered to my email.
>
> > Hi Schimon,
> >
> > can you tell use more about your end goal (end-user use-case)?
> >
> > Is it something for social sharing (e.g. I publish a book I'm
> > reading, I want to allow comments, reactions, repeat, etc.) or is it
> > something like having a collection of books/citation, etc?
> >
>
> It is more similar to the latter: Storing of bibliographic references
> on PubSub nodes and also publishing and sharing (restricted to
> authorized contacts) of those references.
>
> Bibliography on PubSub:
> * Storing (privately);
> * Publishing (publicly);
> * Sharing (restrictedly).
>
> I am currently focued on systems which are commonly referred as
> "bookmark managers" or "links directories".
>
> Example: https://codeberg.org/bouncepaw/betula/issues/9
>
> > In the later case, you can have a look at XEP-0346: Form Discovery
> > and Publishing, which is a way to share Data Form over Pubsub, I'm
> > already using it to share various kind of things (TODO list,
> > shopping list, tickets, merge requests), and I have plans for books
> > too.
> >
> > It would actually great to have something usable with both, as both
> > use cases are legitimate, in which case it could be describing the
> > data to share and the fields to use in a Data Form, which could then
> > be used either as attachment in a blog item (e.g. with XEP-0470), or
> > directly with XEP-0346.
> >
>
> This appears to be a wonderful idea!
>
> I will strive to make BukuBot utilizable with PubSub in both fashions
> you have described.
>
> > Best,
> > Goffi
Good day to one and all!
I have sent a ticket regarding to XMPP to a new HTML browser called
LadyBird.
https://github.com/LadybirdBrowser/ladybird/issues/709
I have suggested a couple of ideas as to how XMPP can be integrated
into a browser.
I suggest people to follow that ticket or add to it their ideas of how
XMPP would be useful inside an HTML browser, and because this is not a
corporate controlled browser, with the bad influence some corporations
encompass on internet projects, I sense that it is a good opportunity
to make suggestions related to XMPP.
This is a link to the site https://ladybird.org/
Kind regards,
Schimon
I have setup the membership application Wiki page for the application
period Q3 2024
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:
https://wiki.xmpp.org/web/Membership_Applications_Q3_2024
If you don't have a wiki account, send your full name, preferred
nickname and email address to me or one of the other Sysops:
https://wiki.xmpp.org/web/Sysops
Apply now!!!
Thanks,
Alex
I have setup the membership application Wiki page for the application
period Q2 2024
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:
https://wiki.xmpp.org/web/Membership_Applications_Q2_2024
If you don't have a wiki account, send your full name, preferred
nickname and email address to me or one of the other Sysops:
https://wiki.xmpp.org/web/Sysops
Apply now!!!
Thanks,
Alex
Hello,
I have setup the membership application Wiki page for the application
period Q1 2024
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:
https://wiki.xmpp.org/web/Membership_Applications_Q1_2024
If you don't have a wiki account, send your full name, preferred
nickname and email address to me or one of the other Sysops:
https://wiki.xmpp.org/web/Sysops
Apply now!!!
Thanks,
Alex