mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 00:45:10 +00:00
[ADD/FIX] XMPP->Matrix mod, fix PL issue
This commit is contained in:
parent
3c26ee6d22
commit
e7c44a05e2
7 changed files with 106 additions and 21 deletions
|
|
@ -13,19 +13,12 @@
|
|||
|
||||
#include <XML.h>
|
||||
|
||||
/* TODO: Write the stream system once we have our XML implementation
|
||||
* checked out.
|
||||
*
|
||||
* Did I mention I _hate_ writing XML SAX parsers? Oh, well, they're
|
||||
* easier than making a DOM directly, so eeh. */
|
||||
|
||||
/* The default component port Prosody uses. */
|
||||
#define DEFAULT_PROSODY_PORT 5347
|
||||
|
||||
XMPPComponent *
|
||||
XMPPInitialiseCompStream(char *host, int port)
|
||||
{
|
||||
/* TODO */
|
||||
int sd = -1;
|
||||
struct addrinfo hints, *res, *res0;
|
||||
int error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue