Changeset 137:8206d7483945 for wokkel/muc.py
- Timestamp:
- Aug 3, 2011, 8:54:25 PM (11 years ago)
- Branch:
- wokkel-muc-client-support-24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/muc.py
r132 r137 363 363 self['type'] = 'chat' 364 364 if isinstance(to, jid.JID): 365 self['to'] = to. userhost()365 self['to'] = to.full() 366 366 else: 367 367 self['to'] = to
Note: See TracChangeset
for help on using the changeset viewer.