- Timestamp:
- 12/21/10 20:49:49 (17 months ago)
- Files:
-
- 1 modified
-
HelpIM3/branches/chatgroups/htdocs/chat.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/htdocs/chat.js
r1358 r1359 354 354 var query = iq.setQuery('http://jabber.org/protocol/muc#admin'); 355 355 var item = query.appendChild( 356 iq.getDoc().createElement ('item',357 'http://xmpp.org/extensions/xep-0045.html#kick'));356 iq.getDoc().createElementNS('http://jabber.org/protocol/muc#admin', 357 'item')); 358 358 359 359 item.setAttribute('nick',user.name);
