Changeset 155:8b2ed9549399 for wokkel/muc.py
- Timestamp:
- Nov 10, 2011, 9:55:59 AM (11 years ago)
- Branch:
- wokkel-muc-client-support-24
- Parents:
- 154:e016bb963410 (diff), 105:5d8f1609aaf3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/muc.py
r154 r155 75 75 form.makeFields(self.options) 76 76 77 if form :77 if form is not None: 78 78 query.addChild(form.toElement()) 79 79
Note: See TracChangeset
for help on using the changeset viewer.