otalk / jingle.js

A generic Jingle session manager implementation, suitable for integration by other XMPP libraries.
MIT License
89 stars 17 forks source link

allow setting the jid used as initiator / responder #6

Open fippo opened 10 years ago

fippo commented 10 years ago

the some usecases (e.g. muc), the jid in the initiator field might have to be different.

fippo commented 10 years ago

we should also allow accessing that JID -- which is currently not possible

fippo commented 9 years ago

oh, turns out we currently set neither initiator nor responder.

fippo commented 9 years ago

that is somewhat tricky... we can set the local JID in the case of receiving a session-initiate but i am not sure what to do about an outgoing call. @legastero?