|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | +<!-- |
| 3 | + NWE Chat™ — Chat Room Registry |
| 4 | + ═══════════════════════════════════════════════════════════════ |
| 5 | + MEARVK LLC — NitroWebExpress™ |
| 6 | + Installer Tech ID: Max Rupplin |
| 7 | + Date: July 16 2026 |
| 8 | +
|
| 9 | + Defines the default chat room groupings and rooms available |
| 10 | + on the NWE Chat™ server (port 49230). Rooms are organized |
| 11 | + into categories. Users join rooms via the ROOM|<name> command. |
| 12 | +
|
| 13 | + Rooms are loaded at server startup and stored in memory. |
| 14 | + Admins can add/remove rooms via ADMIN_ADD_ROOM and ADMIN_REMOVE_ROOM. |
| 15 | +--> |
| 16 | +<chat-rooms> |
| 17 | + |
| 18 | + <!-- ═══════════════════════════════════════════════════════════════ |
| 19 | + Towns & Communities |
| 20 | + ════════════════════════════════════════════════════════════════ --> |
| 21 | + <category id="towns-and-communities" name="Towns & Communities" icon="🏘️"> |
| 22 | + <room id="the-coffee-house" name="The_Coffee_House" capacity="50"> |
| 23 | + <description>Casual conversation over virtual coffee. All ages welcome.</description> |
| 24 | + </room> |
| 25 | + <room id="la-pub" name="La_Pub" capacity="40"> |
| 26 | + <description>Relaxed pub atmosphere. Chat about anything. 21+.</description> |
| 27 | + </room> |
| 28 | + <room id="the-meeting-place" name="The_Meeting_Place" capacity="60"> |
| 29 | + <description>General gathering spot. Meet new people, share ideas.</description> |
| 30 | + </room> |
| 31 | + </category> |
| 32 | + |
| 33 | + <!-- ═══════════════════════════════════════════════════════════════ |
| 34 | + Teens & Dating |
| 35 | + ════════════════════════════════════════════════════════════════ --> |
| 36 | + <category id="teens-and-dating" name="Teens & Dating" icon="💫"> |
| 37 | + <room id="teens" name="Teens" capacity="80"> |
| 38 | + <description>General teen chat. Ages 13-19. Keep it clean and respectful.</description> |
| 39 | + </room> |
| 40 | + <room id="sweet-16" name="Sweet_16" capacity="40"> |
| 41 | + <description>Sweet 16 celebrations and teen life. Ages 15-17.</description> |
| 42 | + </room> |
| 43 | + <room id="love-connection" name="Love_Connection" capacity="50"> |
| 44 | + <description>Making connections. Friendly dating chat. 18+.</description> |
| 45 | + </room> |
| 46 | + </category> |
| 47 | + |
| 48 | + <!-- ═══════════════════════════════════════════════════════════════ |
| 49 | + Hobbies & Interests |
| 50 | + ════════════════════════════════════════════════════════════════ --> |
| 51 | + <category id="hobbies-and-interests" name="Hobbies & Interests" icon="🎨"> |
| 52 | + <room id="writers" name="Writers" capacity="30"> |
| 53 | + <description>Creative writing, poetry, fiction, screenplays. Share your work.</description> |
| 54 | + </room> |
| 55 | + <room id="star-trek" name="Star_Trek" capacity="40"> |
| 56 | + <description>All things Star Trek. TOS, TNG, DS9, VOY, ENT, DSC, PIC, SNW. Live long and prosper.</description> |
| 57 | + </room> |
| 58 | + <room id="sports-trivia" name="Sports_Trivia" capacity="50"> |
| 59 | + <description>Sports trivia and debates. All sports welcome.</description> |
| 60 | + </room> |
| 61 | + </category> |
| 62 | + |
| 63 | + <!-- ═══════════════════════════════════════════════════════════════ |
| 64 | + Romance & Relationships |
| 65 | + ════════════════════════════════════════════════════════════════ --> |
| 66 | + <category id="romance-and-relationships" name="Romance & Relationships" icon="❤️"> |
| 67 | + <room id="romance" name="Romance" capacity="40"> |
| 68 | + <description>Discuss romance, love stories, and relationship advice. 18+.</description> |
| 69 | + </room> |
| 70 | + <room id="flirtation" name="Flirtation" capacity="50"> |
| 71 | + <description>Light flirting and fun conversation. Keep it tasteful. 18+.</description> |
| 72 | + </room> |
| 73 | + </category> |
| 74 | + |
| 75 | + <!-- ═══════════════════════════════════════════════════════════════ |
| 76 | + AOL Live (Special Events) |
| 77 | + ════════════════════════════════════════════════════════════════ --> |
| 78 | + <category id="aol-live" name="AOL Live (Special Events)" icon="🌟"> |
| 79 | + <room id="center-stage" name="Center_Stage" capacity="200"> |
| 80 | + <description>Main event stage. Live Q&A, presentations, guest speakers. Moderated.</description> |
| 81 | + </room> |
| 82 | + <room id="cyberplex" name="CyberPlex" capacity="100"> |
| 83 | + <description>Digital arts, VR, gaming events, tech showcases. The future is here.</description> |
| 84 | + </room> |
| 85 | + </category> |
| 86 | + |
| 87 | + <!-- ═══════════════════════════════════════════════════════════════ |
| 88 | + Philosophical Discussion |
| 89 | + ════════════════════════════════════════════════════════════════ --> |
| 90 | + <category id="philosophical-discussion" name="Philosophical Discussion" icon="🏛️"> |
| 91 | + <room id="philosophy" name="Philosophy" capacity="40"> |
| 92 | + <description>General philosophy. Socrates to Sartre. All schools of thought.</description> |
| 93 | + </room> |
| 94 | + <room id="atheism" name="Atheism" capacity="30"> |
| 95 | + <description>Atheist perspectives, secular humanism, naturalism.</description> |
| 96 | + </room> |
| 97 | + <room id="religion" name="Religion" capacity="50"> |
| 98 | + <description>World religions, theology, comparative religion. Respectful dialogue.</description> |
| 99 | + </room> |
| 100 | + <room id="ethics" name="Ethics" capacity="35"> |
| 101 | + <description>Moral philosophy, applied ethics, trolley problems, real-world dilemmas.</description> |
| 102 | + </room> |
| 103 | + <room id="debate" name="Debate" capacity="60"> |
| 104 | + <description>Structured debate on any topic. Logos, pathos, ethos. Bring your arguments.</description> |
| 105 | + </room> |
| 106 | + <room id="deep-thoughts" name="Deep_Thoughts" capacity="30"> |
| 107 | + <description>Late-night musings, shower thoughts, big questions. Why are we here?</description> |
| 108 | + </room> |
| 109 | + <room id="existentialism" name="Existentialism" capacity="25"> |
| 110 | + <description>Kierkegaard, Nietzsche, Camus, Heidegger. Existence precedes essence.</description> |
| 111 | + </room> |
| 112 | + <room id="metaphysics" name="Metaphysics" capacity="25"> |
| 113 | + <description>Nature of reality, being, time, causation, free will, identity.</description> |
| 114 | + </room> |
| 115 | + <room id="logic" name="Logic" capacity="30"> |
| 116 | + <description>Formal logic, informal fallacies, propositional calculus, argumentation theory.</description> |
| 117 | + </room> |
| 118 | + </category> |
| 119 | + |
| 120 | + <!-- ═══════════════════════════════════════════════════════════════ |
| 121 | + Metaphysical & New Age |
| 122 | + ════════════════════════════════════════════════════════════════ --> |
| 123 | + <category id="metaphysical-new-age" name="Metaphysical & New Age" icon="🔮"> |
| 124 | + <room id="paranormal" name="Paranormal" capacity="40"> |
| 125 | + <description>Ghosts, hauntings, cryptids, unexplained phenomena. Share your experiences.</description> |
| 126 | + </room> |
| 127 | + <room id="psychic" name="Psychic" capacity="30"> |
| 128 | + <description>Psychic abilities, intuition, clairvoyance, mediumship.</description> |
| 129 | + </room> |
| 130 | + <room id="astrology" name="Astrology" capacity="45"> |
| 131 | + <description>Birth charts, transits, synastry, houses, planetary aspects. What's your sign?</description> |
| 132 | + </room> |
| 133 | + <room id="tarot" name="Tarot" capacity="30"> |
| 134 | + <description>Tarot readings, card meanings, spreads, oracle decks.</description> |
| 135 | + </room> |
| 136 | + <room id="wicca" name="Wicca" capacity="25"> |
| 137 | + <description>Wiccan practice, sabbats, esbats, the Goddess and God, nature spirituality.</description> |
| 138 | + </room> |
| 139 | + <room id="occult" name="Occult" capacity="25"> |
| 140 | + <description>Occult studies, hermeticism, alchemy, kabbalah, esoteric traditions.</description> |
| 141 | + </room> |
| 142 | + <room id="ufos" name="UFOs" capacity="40"> |
| 143 | + <description>UFO sightings, UAPs, extraterrestrial contact, government disclosure.</description> |
| 144 | + </room> |
| 145 | + <room id="reiki" name="Reiki" capacity="20"> |
| 146 | + <description>Reiki healing, energy work, chakras, attunements, holistic wellness.</description> |
| 147 | + </room> |
| 148 | + <room id="dream-interpretation" name="Dream_Interpretation" capacity="30"> |
| 149 | + <description>Dream analysis, lucid dreaming, symbolism, Jung, sleep science.</description> |
| 150 | + </room> |
| 151 | + <room id="magick" name="Magick" capacity="25"> |
| 152 | + <description>Ceremonial magick, chaos magick, sigils, ritual, Thelema, Golden Dawn.</description> |
| 153 | + </room> |
| 154 | + </category> |
| 155 | + |
| 156 | +</chat-rooms> |
0 commit comments