Changeset 8461 for branches/jingle/src/common/xmpp/protocol.py
- Timestamp:
- 08/07/07 01:19:57 (17 months ago)
- Files:
-
- 1 modified
-
branches/jingle/src/common/xmpp/protocol.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/jingle/src/common/xmpp/protocol.py
r8410 r8461 56 56 NS_INVISIBLE ='presence-invisible' # Jabberd2 57 57 NS_IQ ='iq' # Jabberd2 58 NS_JINGLE ='http://www.xmpp.org/extensions/xep-0166.html#ns' # XEP-0166 59 NS_JINGLE_AUDIO ='http://www.xmpp.org/extensions/xep-0167.html#ns' # XEP-0167 60 NS_JINGLE_RAW_UDP='http://www.xmpp.org/extensions/xep-0177.html#ns' # XEP-0177 61 NS_JINGLE_ICE_UDP='http://www.xmpp.org/extensions/xep-0176.html#ns-udp' # XEP-0176 58 62 NS_LAST ='jabber:iq:last' 59 63 NS_MESSAGE ='message' # Jabberd2
