- Sep 2023
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
- Jan 2023
-
telepathy.freedesktop.org telepathy.freedesktop.org
Tags
Annotators
URL
-
-
telepathy.freedesktop.org telepathy.freedesktop.orgTubes1
- Dec 2022
-
twitter.com twitter.com
Tags
Annotators
URL
-
-
ralphm.net ralphm.net
-
Jaiku-Twitter XMPP interoperability circa 2008
Tags
Annotators
URL
-
-
salut-a-toi.org salut-a-toi.orgLibervia1
Tags
Annotators
URL
-
-
www.goffi.org www.goffi.orgLibervia1
Tags
Annotators
URL
-
-
nlnet.nl nlnet.nl
Tags
Annotators
URL
-
-
ralphm.net ralphm.net
Tags
Annotators
URL
-
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
-
xmpp.org xmpp.org
-
buddycloud.github.io buddycloud.github.io
Tags
Annotators
URL
-
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
-
www.bortzmeyer.org www.bortzmeyer.org
Tags
Annotators
URL
-
-
socialhub.activitypub.rocks socialhub.activitypub.rocks
-
Tags
Annotators
URL
-
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
-
bmcbioinformatics.biomedcentral.com bmcbioinformatics.biomedcentral.com
-
Tags
Annotators
URL
-
- Nov 2022
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
-
googlewavedev.blogspot.com googlewavedev.blogspot.com
Tags
Annotators
URL
-
-
incubator.apache.org incubator.apache.org
Tags
Annotators
URL
-
-
www.waveprotocol.org www.waveprotocol.org
- Aug 2022
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
-
xmpp.org xmpp.org
-
- May 2022
-
xmpp.org xmpp.org
-
```xml
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns='http://usefulinc.com/ns/doap#' xmlns:xmpp='https://linkmauve.fr/ns/xmpp-doap#' xmlns:schema='https://schema.org'> <Project> <name>poezio</name>
<created>2010-01-10</created> <shortdesc xml:lang='en'>Free console XMPP client</shortdesc> <shortdesc xml:lang='fr'>Client XMPP libre en console</shortdesc> <description xml:lang='en'>Free and modern console XMPP client written in Python with the ncurses library</description> <description xml:lang='fr'>Client console XMPP libre et moderne, écrit en Python avec la bibliothèque ncurses</description> <homepage rdf:resource='https://poez.io/'/> <schema:documentation rdf:resource='https://doc.poez.io/'/> <download-page rdf:resource='https://poez.io/#download'/> <bug-database rdf:resource='https://lab.louiz.org/poezio/poezio/-/issues'/> <developer-forum rdf:resource='xmpp:poezio@muc.poez.io?join'/> <support-forum rdf:resource='xmpp:poezio@muc.poez.io?join'/> <license rdf:resource='https://git.poez.io/poezio/plain/COPYING'/> <language>en</language> <schema:logo rdf:resource='https://poez.io/img/logo.svg'/> <schema:screenshot rdf:resource='https://poez.io/img/screenshot.png'/> <programming-language>Python</programming-language> <os>Linux</os> <category rdf:resource='https://linkmauve.fr/ns/xmpp-doap#category-client'/> <repository> <GitRepository> <browse rdf:resource='https://lab.louiz.org/poezio/poezio'/> <location rdf:resource='https://lab.louiz.org/poezio/poezio.git'/> </GitRepository> </repository> <implements rdf:resource='https://xmpp.org/rfcs/rfc6120.html'/> <implements rdf:resource='https://xmpp.org/rfcs/rfc6121.html'/> <implements rdf:resource='https://xmpp.org/rfcs/rfc6122.html'/> <implements rdf:resource='https://xmpp.org/rfcs/rfc7590.html'/> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0030.html'/> <xmpp:status>complete</xmpp:status> <xmpp:version>2.5rc3</xmpp:version> <xmpp:since>0.5</xmpp:since> <xmpp:note xml:lang='en'>The 'disco' plugin can be loaded to make manual queries.</xmpp:note> <xmpp:note xml:lang='fr'>Le plugin 'disco' peut être chargé pour faire des requêtes manuellement.</xmpp:note> </xmpp:SupportedXep> </implements> <!-- And a lot more! --> <release> <Version> <revision>0.13.1</revision> <created>2020-05-31</created> <file-release rdf:resource='https://lab.louiz.org/poezio/poezio/-/archive/v0.13.1/poezio-v0.13.1.tar.gz'/> </Version> </release>
</Project> </rdf:RDF> ```
Tags
Annotators
URL
-
- Apr 2022
-
simonwillison.net simonwillison.net
Tags
Annotators
URL
-
-
xmpp.org xmpp.org
Tags
Annotators
URL
-
- Feb 2022
-
Tags
Annotators
URL
-
-
www.w3.org www.w3.org
Tags
Annotators
URL
-
-
crschmidt.net crschmidt.net
-
```xml <iq to='crschmidt@crschmidt.net/sparql' type='get' id='2'> <query xmlns='http://www.w3.org/2005/09/xmpp-sparql-binding'> SELECT ?a WHERE { ?a &http://xmlns.com/foaf/0.1/nick> "crschmidt". } </query> </iq>
<iq to='crschmidt@crschmidt.net/sparql' type='result' id='2' from='crschmidt@crschmidt.net/sparql'> <query xmlns='http://www.w3.org/2005/09/xmpp-sparql-binding'> <meta /> <sparql xmlns='http://www.w3.org/2001/sw/DataAccess/rf1/result'> <head> <variable name='a'/> </head> <results> <result> </result> <result> </result> <result> </result> </results> </sparql> </query> </iq> ```
Tags
Annotators
URL
-
- Nov 2021
-
openengiadina.net openengiadina.net
Tags
Annotators
URL
-
- Aug 2021
-
datatracker.ietf.org datatracker.ietf.orgrfc23241
-
Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)
-
- Jul 2021
-
community.canvaslms.com community.canvaslms.com
-
3 Annotation Tools to Promote Active Reading on MasteryConnect Assessments
Staking out the Canvas annotation space on a hunch. Will we see Hypothes.is implement Presence first? Messaging and presence mean chat/notifications, right there in the sidebar, managing presence.
-
- Jun 2021
-
www.theverge.com www.theverge.com
-
Google Chat is the name fans have affectionately used to refer to Google’s original messaging service, Google Talk, for many years.
would have liked to have seen a mention of XMPP interoperability somewhere in this article.
-
- Feb 2021
-
petermolnar.net petermolnar.net
-
Modern XMPP clients and server set ups for chat
Tags
Annotators
URL
-
- Jun 2020
-
github.com github.com
- Oct 2018
-
planet.jabber.org planet.jabber.org
-
-
planet.jabberfr.org planet.jabberfr.org
-