diff --git a/examples/chatroom.py b/examples/chatroom.py index 2c2e1d2..d3e5399 100644 --- a/examples/chatroom.py +++ b/examples/chatroom.py @@ -74,10 +74,12 @@ app = JetforceApplication() HOMEPAGE = r""" # Gemini Chat -``` The coolest chatroom in gemini! - _________________________________ -< The coolest chatroom in gemini! > - --------------------------------- +A live, unmoderated chat room over gemini:// + +``` It's better than grass! + _________________________ +< It's better than grass! > + ------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ @@ -85,8 +87,6 @@ HOMEPAGE = r""" || || ``` -A live, unmoderated chat room over gemini:// - You can set a username by connecting with a client certificate. Anonymous users will be identified by their IP addresses. @@ -94,7 +94,7 @@ Anonymous users will be identified by their IP addresses. (view the last 100 messages) => /stream -(open a long-running gemini connection that will stream in real-time) +(open a long-running TCP connection that will stream in real-time) => /submit (submit a message to the room)