Changeset 98
- Timestamp:
- 10/13/07 18:27:46 (1 year ago)
- Files:
-
- randomchat/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
randomchat/config.py
r97 r98 1 JID = ' test2'2 PASS = ' test123'3 SERVER = ' im.apinc.org'4 PORT = 410211 JID = 'randomchat.example.com' 2 PASS = 'secret' 3 SERVER = 'example.com' 4 PORT = 5347
