mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:35:10 +00:00
[MOD] Make command list a .x.h file
This commit is contained in:
parent
c831f9a53e
commit
93d7b0f8e0
3 changed files with 4 additions and 2 deletions
|
|
@ -127,7 +127,9 @@ PresenceStanza(ParseeData *args, XMLElement *stanza)
|
|||
char *muc = ParseeTrimJID(HashMapGet(stanza->attrs, "from"));
|
||||
char *usr = HashMapGet(stanza->attrs, "to");
|
||||
|
||||
/* Ask for voice */
|
||||
/* Ask for voice in a visitor self-presence. We do not notify
|
||||
* the user, as an error MUST occur, which is handled and
|
||||
* logged out. */
|
||||
XMPPRequestVoice(args->jabber, usr, muc);
|
||||
|
||||
Free(muc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue