about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorDaniel Santos <dacs.git@brilhante.top>2023-04-11 19:40:34 +0100
committerDaniel Santos <dan.git@brilhante.top>2023-07-01 10:06:43 +0100
commita4ca6291afe1e407b72b2ec03bffc595946071f3 (patch)
tree62a59e83f197497af240663fffc1f8a68991e008 /src/xmpp/xmpp.h
parentd049e91590af343327990a25dc3371adceb9d54b (diff)
downloadprofani-tty-a4ca6291afe1e407b72b2ec03bffc595946071f3.tar.gz
Profani-tty has reborn
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 2babe536..de73bb0f 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -4,20 +4,20 @@
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
- * This file is part of Profanity.
+ * This file is part of Profani-tty.
  *
- * Profanity is free software: you can redistribute it and/or modify
+ * Profani-tty is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * Profanity is distributed in the hope that it will be useful,
+ * Profani-tty is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
+ * along with Profani-tty.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
@@ -205,7 +205,7 @@ int connection_count_available_resources(void);
 gboolean connection_supports(const char* const feature);
 char* connection_jid_for_feature(const char* const feature);
 
-const char* connection_get_profanity_identifier(void);
+const char* connection_get_profanitty_identifier(void);
 
 char* message_send_chat(const char* const barejid, const char* const msg, const char* const oob_url, gboolean request_receipt, const char* const replace_id);
 char* message_send_chat_otr(const char* const barejid, const char* const msg, gboolean request_receipt, const char* const replace_id);