Skip to content

Commit

Permalink
Pass new session to session initiation in rudel-host-session
Browse files Browse the repository at this point in the history
* rudel.el (rudel-host-session): call
  rudel-session-initiation-advertise when the new session object has
  been constructed
  • Loading branch information
scymtym committed May 25, 2010
1 parent 3edcb40 commit d9f1546
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rudel.el
Expand Up @@ -904,6 +904,11 @@ will be prompted for."
transport-backend info #'ignore))
(setq session (rudel-host protocol-backend listener info))

;; Advertise the new session using registered session initiation
;; mechanisms.
;; TODO not sure whether here is the right place for this
(rudel-session-initiation-advertise info)

session))

;;;###autoload
Expand Down

0 comments on commit d9f1546

Please sign in to comment.