From: Magnus H. <leg...@us...> - 2009-01-11 00:29:36
|
Update of /cvsroot/emacs-jabber/tox In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16838 Modified Files: jabber-tox.el Log Message: Fix and clarify jingle-send-native-candidate Index: jabber-tox.el =================================================================== RCS file: /cvsroot/emacs-jabber/tox/jabber-tox.el,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- jabber-tox.el 10 Jan 2009 00:40:56 -0000 1.30 +++ jabber-tox.el 11 Jan 2009 00:29:30 -0000 1.31 @@ -428,10 +428,12 @@ ;; network? (port . ,(number-to-string (nth 3 c))) (protocol . ,(nth 4 c)) + ;; (nth 5 c) is always "RTP" + ;; (nth 6 c) is always "AVP" (priority . ,(nth 7 c)) - ;; how to translate type? - (username . ,(nth 8 c)) - (password . ,(nth 9 c)) + ;; (nth 8 c) is type. how to translate it? + (username . ,(nth 9 c)) + (password . ,(nth 10 c)) ))) candidate)))))) |