Changeset 12:d27bd18a2e5c for wokkel
- Timestamp:
- Jan 21, 2008, 12:09:16 PM (14 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@40
- Location:
- wokkel
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/xmppim.py
r9 r12 45 45 46 46 if priority != 0: 47 self.addElement('priority', int(priority))47 self.addElement('priority', content=unicode(int(priority))) 48 48 49 49 class UnavailablePresence(Presence):
Note: See TracChangeset
for help on using the changeset viewer.