فهرست منبع

Document contact info and authorship

README now points users to Paul Klumpp (PaulK) and the #chatto-hackers
room on ChattoHQ, the same Chatto instance the bot defaults to.
plugin.yaml author field names the actual maintainer so the plugin
manifest stops attributing the work to a generic 'Chatto community
guys' string that nobody owns.
Paul Klumpp 2 روز پیش
والد
کامیت
0c41688b19
2فایلهای تغییر یافته به همراه11 افزوده شده و 1 حذف شده
  1. 10 0
      README.md
  2. 1 1
      plugin.yaml

+ 10 - 0
README.md

@@ -453,6 +453,16 @@ grep -i "chatto\|websocket\|realtime" ~/.hermes/logs/gateway.log | tail -30
 - All Chatto API interaction rides on [chattolib](https://github.com/TheCodemancerLtd/chattolib) by Felix — vendored under `vendor/`.
 - All Chatto API interaction rides on [chattolib](https://github.com/TheCodemancerLtd/chattolib) by Felix — vendored under `vendor/`.
 - Our adapter implementation also took inspiration from [TheCodemancerLtd's Chatto platform adapter](https://github.com/TheCodemancerLtd/hermes-agent/blob/feat/chatto-integration/plugins/platforms/chatto/adapter.py) — the same Felix behind chattolib.
 - Our adapter implementation also took inspiration from [TheCodemancerLtd's Chatto platform adapter](https://github.com/TheCodemancerLtd/hermes-agent/blob/feat/chatto-integration/plugins/platforms/chatto/adapter.py) — the same Felix behind chattolib.
 
 
+## Contact
+
+For questions, bug reports, or help integrating this plugin, contact Paul
+Klumpp (handle `PaulK`) on ChattoHQ ([https://chat.chatto.run](https://chat.chatto.run)).
+
+The `#chatto-hackers` community room on ChattoHQ
+([https://chat.chatto.run](https://chat.chatto.run)) is where Chatto plugin
+developers and users hang out:
+[#chatto-hackers](https://chat.chatto.run/chat/-/RTKVVgllAweTw3h)
+
 ## License
 ## License
 
 
 MIT — see [LICENSE](LICENSE).
 MIT — see [LICENSE](LICENSE).

+ 1 - 1
plugin.yaml

@@ -9,7 +9,7 @@ description: >
   (JSON over HTTP) for outbound messages and the Chatto realtime WebSocket
   (JSON over HTTP) for outbound messages and the Chatto realtime WebSocket
   protocol (binary protobuf) for inbound events.  Nothing to install:
   protocol (binary protobuf) for inbound events.  Nothing to install:
   chattolib[realtime] and its dependencies are vendored into the plugin.
   chattolib[realtime] and its dependencies are vendored into the plugin.
-author: Chatto community guys
+author: Paul Klumpp
 requires_env:
 requires_env:
   - name: CHATTO_BASE_URL
   - name: CHATTO_BASE_URL
     description: "Base URL of the Chatto server (e.g. https://chat.example.com) leave blank for ChattoHQ (https://chat.chatto.run)"
     description: "Base URL of the Chatto server (e.g. https://chat.example.com) leave blank for ChattoHQ (https://chat.chatto.run)"