From: Magnus H. <leg...@us...> - 2008-10-06 23:15:34
|
Update of /cvsroot/emacs-jabber/tox In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6097 Modified Files: jabber-tox.el Log Message: Actually put the SID into the FSM state data Index: jabber-tox.el =================================================================== RCS file: /cvsroot/emacs-jabber/tox/jabber-tox.el,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- jabber-tox.el 6 Oct 2008 22:57:19 -0000 1.4 +++ jabber-tox.el 6 Oct 2008 23:11:00 -0000 1.5 @@ -61,7 +61,7 @@ ROLE is either :initiator or :target. JID is the full JID of the partner." (list :allocate - (list :jc jc :jid jid :role role)))) + (list :jc jc :jid jid :sid sid :role role)))) (define-enter-state jingle :allocate (fsm state-data) |