xeme/xeme

033661d58d65
Parents 8747bf715804
Children 0822a5847e59
Fix some random documentation and whitespace issues

Testing Done:
Consulted with the turtles.

Reviewed at https://reviews.imfreedom.org/r/2958/
--- a/xeme/tests/teststanza.c Sat Feb 17 02:26:30 2024 -0600
+++ b/xeme/tests/teststanza.c Sun Feb 18 01:46:40 2024 -0600
@@ -77,4 +77,4 @@
g_test_add_func("/xeme/stanza/properties", test_xeme_stanza_properties);
return g_test_run();
-}
\ No newline at end of file
+}
--- a/xeme/xemeconnection.c Sat Feb 17 02:26:30 2024 -0600
+++ b/xeme/xemeconnection.c Sun Feb 18 01:46:40 2024 -0600
@@ -338,11 +338,12 @@
*
* The "resource" for the originator of this connection.
*
- * If the `jid` passed to [ctor@Connection.new] includes a resource, it will be
- * parsed out and saved here.
+ * If the `jid` passed to [ctor@Connection.new] includes a resource, it
+ * will be parsed out and saved here.
*
- * If this %NULL during connection, @connection will request one from the
- * server and store it here which should be saved by the application.
+ * If this is %NULL during connection, @connection will request one from
+ * the server and store it here. The server provided resource should be
+ * saved by the application and set by the application in the future.
*
* Resources are mostly deprecated, but this property can be modify to set
* it to whatever you like.
--- a/xeme/xemeconnection.h Sat Feb 17 02:26:30 2024 -0600
+++ b/xeme/xemeconnection.h Sun Feb 18 01:46:40 2024 -0600
@@ -68,7 +68,7 @@
* xeme_connection_new:
* @jid: (not nullable): The JID of the originator of this connection.
*
- * Creates a new input stream.
+ * Creates a new connection.
*
* If @jid includes a
* [resource](https://www.rfc-editor.org/rfc/rfc6122#section-2), it will be
--- a/xeme/xememessage.c Sat Feb 17 02:26:30 2024 -0600
+++ b/xeme/xememessage.c Sun Feb 18 01:46:40 2024 -0600
@@ -334,4 +334,4 @@
xeme_message_add_element_with_language(message, message->subjects,
message->subjects_order, language,
content);
-}
\ No newline at end of file
+}