summaryrefslogtreecommitdiff
path: root/emacs-jabber-uri-handler
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-jabber-uri-handler')
-rwxr-xr-xemacs-jabber-uri-handler7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs-jabber-uri-handler b/emacs-jabber-uri-handler
new file mode 100755
index 0000000..e60673d
--- /dev/null
+++ b/emacs-jabber-uri-handler
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Pass XMPP URIs to jabber.el. See `(jabber)XMPP URIs'.
+
+emacsclient -e "(jabber-handle-uri \"$1\")"
+
+# arch-tag: 3b655d90-0247-11db-86ba-000a95c2fcd0