Changeset 37:fdc4860de17d for wokkel/compat.py
- Timestamp:
- Oct 11, 2008, 9:33:12 PM (14 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/compat.py
r34 r37 35 35 if stanzaID: 36 36 response['id'] = stanzaID 37 if type:37 if stanzaType: 38 38 response['type'] = stanzaType 39 39
Note: See TracChangeset
for help on using the changeset viewer.