XEP-0353: Display a notice when receiving a call

Display a notice in the console when someone tries to call us.

Implement https://github.com/profanity-im/profanity/issues/1525
This commit is contained in:
Michael Vetter
2021-06-09 20:14:57 +02:00
parent 86aec9d068
commit 46cd09cce4
2 changed files with 26 additions and 0 deletions

View File

@@ -121,6 +121,7 @@
#define STANZA_NAME_LAST "last"
#define STANZA_NAME_AFTER "after"
#define STANZA_NAME_USERNAME "username"
#define STANZA_NAME_PROPOSE "propose"
// error conditions
#define STANZA_NAME_BAD_REQUEST "bad-request"
@@ -238,6 +239,8 @@
#define STANZA_NS_RSM "http://jabber.org/protocol/rsm"
#define STANZA_NS_REGISTER "jabber:iq:register"
#define STANZA_NS_VOICEREQUEST "http://jabber.org/protocol/muc#request"
#define STANZA_NS_JINGLE_MESSAGE "urn:xmpp:jingle-message:0"
#define STANZA_NS_JINGLE_RTP "urn:xmpp:jingle:apps:rtp:1"
#define STANZA_DATAFORM_SOFTWARE "urn:xmpp:dataforms:softwareinfo"