mhadam / clutch

Transmission RPC for Python
https://clutch.readthedocs.io
MIT License
36 stars 9 forks source link

XMPP #46

Closed sjehuda closed 2 hours ago

sjehuda commented 2 hours ago

Good afternoon.

My name is Schimon, and I develop software for XMPP.

https://git.xmpp-it.net/sch

I would be glad to start a new project based on Clutch, which would add a chat interface over XMPP.

The software be running on the same machine.

The software would have a list of XMPP accounts that would be authorized to communicate to it.

The benefit would be, that the software would be accessible even behind Firewal and NAT, because itis connected, as a client, to an XMPP server.

I intend to utilize Slixmpp for that task, and the chat interface is easy to make.

https://git.xmpp-it.net/sch/Slixfeed/src/branch/master/slixfeed/xmpp/chat.py

Please advise, Schimon

sjehuda commented 2 hours ago

Closing. I think, that I understand the concept of Clutch. I probably will use it.