-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2007-04-10 Armin Burgmeier <[email protected]>
* libinfinity/common/inf-xmpp-connection.c: Fixed bugs, server side mostly works. * libinfinity/server/infd-xml-server.h: Fixed typo in InfdXmlServerStatus typedef. * libinfinity/server/infd-xmpp-server.h: * libinfinity/server/infd-xmpp-server.c: Build and Runtime fixes, use key.pem and cert.pem as key files for now. This should probably be replaced with a newly-created certificate later. * test/inf-test-xmpp-server.c: Added simple XMPP server test. * test/inf-test-xmpp-connection.c: Connect to local server instead of jabber.0x539.de. * test/key.pem: * test/cert.pem: Temporary example key files, copied from the GnuTLS distribution.
- Loading branch information
Armin Burgmeier
committed
Apr 10, 2007
1 parent
7f9f767
commit a129543
Showing
9 changed files
with
363 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
2007-04-10 Armin Burgmeier <[email protected]> | ||
|
||
* libinfinity/common/inf-xmpp-connection.c: Fixed bugs, server side | ||
mostly works. | ||
|
||
* libinfinity/server/infd-xml-server.h: Fixed typo in | ||
InfdXmlServerStatus typedef. | ||
|
||
* libinfinity/server/infd-xmpp-server.h: | ||
* libinfinity/server/infd-xmpp-server.c: Build and Runtime fixes, use | ||
key.pem and cert.pem as key files for now. This should probably be | ||
replaced with a newly-created certificate later. | ||
|
||
* test/inf-test-xmpp-server.c: Added simple XMPP server test. | ||
|
||
* test/inf-test-xmpp-connection.c: Connect to local server instead of | ||
jabber.0x539.de. | ||
|
||
* test/key.pem: | ||
* test/cert.pem: Temporary example key files, copied from the GnuTLS | ||
distribution. | ||
|
||
2007-04-08 Armin Burgmeier <[email protected]> | ||
|
||
* libinfinity/common/inf-xmpp-connection.c: Notify credentials and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.