Changeset 659
- Timestamp:
- 05/11/08 13:51:26 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
oss/headstock/headstock/example/simplechat/simplechat.py
r658 r659 344 344 p = self.recv("subscribe") 345 345 p.swap_jids() 346 346 347 347 # Automatically accept any subscription requests 348 348 p = Presence(from_jid=p.from_jid, to_jid=unicode(p.to_jid),
