diff --git a/constants/attributes.go b/constants/attributes.go index 5ddb9d5..1b8cb95 100644 --- a/constants/attributes.go +++ b/constants/attributes.go @@ -13,5 +13,8 @@ const PeerOnline = "peer-online" const PeerAutostart = "autostart" +// Description is used on server contacts, +const Description = "description" + // ConversationNotificationPolicy is the attribute label for conversations. When App NotificationPolicy is OptIn a true value here opts in const ConversationNotificationPolicy = "notification-policy" diff --git a/features/groups/group_functionality.go b/features/groups/group_functionality.go index db31cb0..99f3496 100644 --- a/features/groups/group_functionality.go +++ b/features/groups/group_functionality.go @@ -8,7 +8,7 @@ import ( "cwtch.im/cwtch/peer" "cwtch.im/cwtch/protocol/connections" "fmt" - "git.openprivacy.ca/cwtch.im/libcwtch-go/constants" + "git.openprivacy.ca/cwtch.im/cwtch-autobindings/constants" ) const groupExperiment = "tapir-groups-experiment" diff --git a/go.mod b/go.mod index 7fa259b..448bbd9 100644 --- a/go.mod +++ b/go.mod @@ -3,16 +3,13 @@ module git.openprivacy.ca/cwtch.im/cwtch-autobindings go 1.19 require ( - cwtch.im/cwtch v0.18.10 - git.openprivacy.ca/cwtch.im/libcwtch-go v1.10.5 + cwtch.im/cwtch v0.18.10-0.20230221235514-49e0d849fa3e git.openprivacy.ca/cwtch.im/server v1.4.5 git.openprivacy.ca/openprivacy/connectivity v1.8.6 git.openprivacy.ca/openprivacy/log v1.0.3 github.com/mutecomm/go-sqlcipher/v4 v4.4.2 ) -replace cwtch.im/cwtch => /home/sarah/workspace/src/cwtch.im/cwtch - require ( filippo.io/edwards25519 v1.0.0 // indirect git.openprivacy.ca/cwtch.im/tapir v0.6.0 // indirect diff --git a/go.sum b/go.sum index 93e8b1a..822bb5e 100644 --- a/go.sum +++ b/go.sum @@ -1,11 +1,11 @@ cwtch.im/cwtch v0.18.0/go.mod h1:StheazFFY7PKqBbEyDVLhzWW6WOat41zV0ckC240c5Y= +cwtch.im/cwtch v0.18.10-0.20230221235514-49e0d849fa3e h1:5Gu6fKJNcTR7zzNj/JBtdrZqtkGh4eP/FQPwrF6sY5A= +cwtch.im/cwtch v0.18.10-0.20230221235514-49e0d849fa3e/go.mod h1:h8S7EgEM+8pE1k+XLB5jAFdIPlOzwoXEY0GH5mQye5A= cwtch.im/cwtch v0.18.10 h1:iTzLzlms1mgn8kLfClU/yAWIVWVRRT8UmfbDNli9dzE= cwtch.im/cwtch v0.18.10/go.mod h1:h8S7EgEM+8pE1k+XLB5jAFdIPlOzwoXEY0GH5mQye5A= filippo.io/edwards25519 v1.0.0-rc.1/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns= filippo.io/edwards25519 v1.0.0 h1:0wAIcmJUqRdI8IJ/3eGi5/HwXZWPujYXXlkrQogz0Ek= filippo.io/edwards25519 v1.0.0/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns= -git.openprivacy.ca/cwtch.im/libcwtch-go v1.10.5 h1:xqLna6aNK5lj08hkspmK3VWVOyOMEnwAfcWQpR8ZCm0= -git.openprivacy.ca/cwtch.im/libcwtch-go v1.10.5/go.mod h1:FTW3OcWTy5oQYCUe8ACz0D2jAzCembDyl8FfATjsVmM= git.openprivacy.ca/cwtch.im/server v1.4.5 h1:QuNAIxld+aWeQfWuGHB2QYZXsqJMmTyl55Pcmdn8FQA= git.openprivacy.ca/cwtch.im/server v1.4.5/go.mod h1:dGB1bePUgDU9xwk7gGkioNeshrbNgGWhSH8zMQwIAUg= git.openprivacy.ca/cwtch.im/tapir v0.5.5/go.mod h1:bWWHrDYBtHvxMri59RwIB/w7Eg1aC0BrQ/ycKlnbB5k=