Andreas Motl

Results 1495 comments of Andreas Motl

## Details Just looking up the details, I run across that in the Sparkplug 3.0.0 specification document: > 4.1. All MQTT clients that communicate using the Sparkplug B principle use...

The current version is Sparkplug 3, but apparently, Sparkplug 4 is coming. - https://github.com/eclipse-sparkplug/sparkplug/pull/462

## Thoughts about channel isolation and authentication ### Problem We will have to take care that this implementation does not accidentally weaken Kotori's security concept, which is mostly based around...

Dear @rventer-hartree, there is another patch in the making which will bring async support to the CrateDB SQLAlchemy dialect. - https://github.com/crate-workbench/sqlalchemy-cratedb/pull/11 With kind regards, Andreas.

Hi again, because we do not see any `async def` definitions within this patch, and also don't see how any other asynchronous transport library is being used, while urllib3 does...

Dear Lorenzo, thank you for writing in. I am not 100% sure, but I think the `send()` method is implemented in the transport class [1]. It probably gets mixed into...

Maybe you can use the command-line send command [3] more successful? Its implementation can be found at [4]. [3] https://github.com/xmpppy/xmpppy#command-line-interface [4] https://github.com/xmpppy/xmpppy/blob/dbb35f508a1ead5c3c5ad6ea8954da4d28fdd825/xmpp/cli.py#L17-L31

Hi again, with GH-67, I've just improved the README a bit. The code example will now work out of the box [^1] when, for example, run on a Python REPL....

Thank you. I've modified your code example slightly on a few spots, and verified it works fully and thoroughly well with the Jabber server I am using. Can I humbly...