mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:55:10 +00:00
[DEL] Remove killstanzas
Shinobis are no longer allowed, we're no longer on the Heian era, and as such, we get rid of weird things like Heian Aliens. In other, more serious news, this should increase reliability, as Parsee now cleans after itself gracefully, instead of just killing off the stream.
This commit is contained in:
parent
95aaa0dbc9
commit
3eae6c15ed
5 changed files with 24 additions and 62 deletions
|
|
@ -31,7 +31,8 @@ SignalHandler(int signal)
|
|||
|
||||
/* TODO: Better way to break out. */
|
||||
Log(LOG_INFO, "Killing thread...");
|
||||
XMPPKillThread(jabber, "killer");
|
||||
//XMPPKillThread(jabber, "killer");
|
||||
XMPPFinishCompStream(jabber);
|
||||
pthread_join(xmpp_thr, NULL);
|
||||
valid = false;
|
||||
Log(LOG_INFO, "Stopping server...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue