diff options
author | rekado <rekado@elephly.net> | 2014-11-27 10:16:04 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2014-11-27 10:16:04 +0100 |
commit | cdaa43d9fe9041006dcbdfcd816e40e8401e3aff (patch) | |
tree | 0a4533a8f77a8c48496a6a88a68cd068bcf90b7b | |
parent | 5e959d5d741e95656c0eec581cf12ea786086013 (diff) |
xmpp: export "message" function
-rw-r--r-- | xmpp.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #:use-module ((srfi srfi-1) #:select (find)) #:export (iq presence + message stanza-id stanza-to stanza-from |