Changeset 155
- Timestamp:
- 11/01/04 22:38:46 (4 years ago)
- Files:
-
- trunk/jjigw/component.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jjigw/component.py
r137 r155 37 37 pyxmpp.jabberd.Component.__init__(self,config.jid, 38 38 config.connect.secret,config.connect.host,config.connect.port, 39 category="gateway",type="irc")39 disco_category="gateway",disco_type="irc") 40 40 self.__logger=logging.getLogger("jjigw.Component") 41 41 self.profile=profile
