cascardo/chat.git
15 years agoDetect if PLAIN SASL mechanism is supported
Thadeu Lima de Souza Cascardo [Sun, 2 Nov 2008 03:15:55 +0000 (01:15 -0200)]
Detect if PLAIN SASL mechanism is supported

15 years agoAdded a test program to connect to a XMPP server and send a client stream
Thadeu Lima de Souza Cascardo [Sun, 2 Nov 2008 02:58:12 +0000 (00:58 -0200)]
Added a test program to connect to a XMPP server and send a client stream

15 years agoAdded extra iksemel stream parser
Thadeu Lima de Souza Cascardo [Sun, 2 Nov 2008 01:37:01 +0000 (23:37 -0200)]
Added extra iksemel stream parser

This stream parser allows hooks to get xmpp stanzas without requiring
the use of iksemel transport, giving it a little more flexibility.

15 years agoAdded a simple Makefile
Thadeu Lima de Souza Cascardo [Sun, 2 Nov 2008 00:44:09 +0000 (22:44 -0200)]
Added a simple Makefile

This Makefile builds the objects without linking them to an executable,
since we don't have a main besides the testing stuff.

15 years agoUpdate for latest UDNS
Thadeu Lima de Souza Cascardo [Sat, 1 Nov 2008 20:45:10 +0000 (18:45 -0200)]
Update for latest UDNS

Latest UDNS has broken API and dns_init requires a ctx argument now,
which may be NULL.

15 years agoMake use of the new namespace in function calls
Thadeu Lima de Souza Cascardo [Sat, 1 Nov 2008 20:39:13 +0000 (18:39 -0200)]
Make use of the new namespace in function calls

The class to public functions used in the code itself or in test code
were not renamed to use the hc_ namespace.

15 years agoPublic namespace is HC or hc
Thadeu Lima de Souza Cascardo [Sat, 1 Nov 2008 20:30:23 +0000 (18:30 -0200)]
Public namespace is HC or hc

15 years agoFixed header protection macro
Thadeu Lima de Souza Cascardo [Sat, 1 Nov 2008 20:30:59 +0000 (18:30 -0200)]
Fixed header protection macro

16 years agoDo not use tabs, only spaces.
Thadeu Lima de Souza Cascardo [Sun, 6 Apr 2008 18:07:13 +0000 (15:07 -0300)]
Do not use tabs, only spaces.

16 years agoMakes a TCP connection to given service at server.
Thadeu Lima de Souza Cascardo [Sun, 6 Apr 2008 17:50:59 +0000 (14:50 -0300)]
Makes a TCP connection to given service at server.

This is a synchronous/blocking implementation of a TCP connection. Given
a domain name and service, uses SRV to get server name and port, orders
it, and tries to get server address for each name, trying IPv6 before
IPv4.

16 years agoCode to sort SRV results from udns according to RFC 2782.
Thadeu Lima de Souza Cascardo [Sun, 6 Apr 2008 17:46:40 +0000 (14:46 -0300)]
Code to sort SRV results from udns according to RFC 2782.

16 years agoLicense comes first: GPLv2+.
Thadeu Lima de Souza Cascardo [Sun, 6 Apr 2008 17:46:22 +0000 (14:46 -0300)]
License comes first: GPLv2+.