-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #292 1/5: Rewrite target JID generation.
xmpp functions that take a target now expect an object instead of a variety of different argument styles. The object will be passed to xmpp.jid(). (xmpp.jid has been renamed to xmpp.currentJid.) xmpp.jid() makes some intelligent guesses on what defaults to use for the given arguments, and returns a JID.
- Loading branch information
Showing
3 changed files
with
85 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters