summaryrefslogtreecommitdiff
path: root/emacs/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2021-09-28 11:36:43 +0300
committerdefanor <defanor@uberspace.net>2021-09-28 11:36:43 +0300
commitc094b0163ab18f9bd40d4b0e76ab3ca26372d9e4 (patch)
treea4c1c1d22662e16db843b64974723892681e2042 /emacs/README
parent54fdda5019b97d3d0473bbcae822d44f2bb1352c (diff)
Add request identifiers into the xmpp.el's XML interface
Now the requests don't have to be queued, though xml_interface.c still expects responses from xmpp.el in reverse order.
Diffstat (limited to 'emacs/README')
-rw-r--r--emacs/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/emacs/README b/emacs/README
index e50d9cc..efa192c 100644
--- a/emacs/README
+++ b/emacs/README
@@ -16,10 +16,9 @@ process buffer, a log buffer. The xmpp-query function (or just
incoming messages) will create query buffers for one-to-one chats,
xmpp-muc-join creates MUC ones.
-The used XML interface will probably be changed to allow asynchronous
-requests in both ways, and there's still a lot to add or improve in
-xmpp.el, but it is fairly usable (i.e., replaces bitlbee + rcirc for
-me) since September 2021.
+The used XML interface will probably be adjusted, and there's still a
+lot to add or improve in xmpp.el, but it is fairly usable (i.e.,
+replaces bitlbee + rcirc for me) since September 2021.
Possibly in the future it will work with other libraries as well,
and/or will be moved out of the rexmpp's repository.