mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:25:11 +00:00
[ADD/WIP] Basic support for opting-out of bridging
This commit is contained in:
parent
0f3253a385
commit
749df0feb1
2 changed files with 33 additions and 4 deletions
|
|
@ -416,6 +416,7 @@ ParseeMessageHandler(ParseeData *data, HashMap *event)
|
|||
goto end;
|
||||
}
|
||||
|
||||
/* TODO: Avoid using the AS endpoints */
|
||||
name = ASGetName(data->config, id, m_sender);
|
||||
Free(JoinMUC(data, event, encoded_from, muc_id, name));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue