Changeset 126
- Timestamp:
- 12/04/07 08:16:13 (1 year ago)
- Files:
-
- src/jmc/jabber/command.py (modified) (1 diff)
- src/jmc/tests/jmc.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/jmc/jabber/command.py
r114 r126 47 47 self.commands["jmc#force-check"] = (False, command.account_node_re) 48 48 49 # Delayed forJMC 0.3.149 # Delayed to JMC 0.3.1 50 50 def execute_retrieve_attachment_1(self, info_query, session_context, 51 51 command_node, lang_class): src/jmc/tests/jmc.conf
r124 r126 18 18 [component] 19 19 pid_file: /var/run/jabber/test_jmc.pid 20 log_file: / var/log/jabber/jmc.log20 log_file: /tmp/jmc.log 21 21 22 22 [jmc]
