Files
cproof/src/xmpp
Michael Vetter 68af0aad65 _handle_groupchat(): get correct origin-id stanza
The problem is that in _handle_groupchat() we look for
STANZA_NS_STABLE_ID which will result in origin-id or stanza-id.
It seems like prosody servers send origin-id first, so this worked in
all my tests. But actually we cannot be sure of the order.
So far we stopped after the first element was found.

I only found xmpp_stanza_get_child_by_ns() and
xmpp_stanza_get_child_by_name() in libstrophe. But we need a combination
of both.

So I created stanza_get_child_by_name_and_ns() for Profanity. I need to
remember to upstream this to libstrophe later (if they really don't have
such a function).

Fix https://github.com/profanity-im/profanity/issues/1223
2019-11-08 15:05:49 +01:00
..
2019-10-17 15:40:40 +02:00
2019-01-22 11:31:45 +01:00
2019-10-17 15:40:40 +02:00
2019-01-22 11:31:45 +01:00
2019-10-18 10:46:06 +02:00
2019-01-22 11:31:45 +01:00
2019-01-22 11:31:45 +01:00
2019-01-22 11:31:45 +01:00
2019-01-22 11:31:45 +01:00
2019-07-10 12:53:45 +02:00
2019-01-22 11:31:45 +01:00
2019-10-21 10:28:29 +02:00
2019-04-10 16:03:50 +02:00
2019-10-06 19:00:46 +02:00
2019-10-17 15:40:40 +02:00
2019-01-22 11:31:45 +01:00
2019-01-22 11:31:45 +01:00
2019-01-22 11:31:45 +01:00
2019-10-17 15:40:40 +02:00
2019-01-22 11:31:45 +01:00
2019-01-22 11:31:45 +01:00