Giter Site home page Giter Site logo

wireapp / generic-message-proto Goto Github PK

View Code? Open in Web Editor NEW
34.0 34.0 25.0 175 KB

Protocol definition for generic messages.

Home Page: https://www.npmjs.com/package/@wireapp/protocol-messaging

License: GNU General Public License v3.0

Scala 60.18% JavaScript 39.82%

generic-message-proto's People

Contributors

akshaymankar avatar asflierl avatar atomrc avatar aweiss-dev avatar basine avatar bennycode avatar comawill avatar daehn avatar deanrobertcook avatar dependabot[bot] avatar einh06 avatar ffflorian avatar gizemb avatar johnxnguyen avatar jponte avatar kkohbrok avatar makingthematrix avatar marcoconti83 avatar otto-the-bot avatar raphaelrobert avatar tlebon avatar twittner avatar typfel avatar vytis avatar wireswiss avatar yserz avatar zbsz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

generic-message-proto's Issues

Protocol Buffers Version 3 โ€” Investigation

It looks like we are using Protocol Buffers syntax version 2:

There is already a Protocol Buffers Version 3 Language Specification, so we might want to update our spec.

@basine, @deanrobertcook & @marcoconti83: Do you see any conflicts in updating to v3?

I guess we might need to change:

// syntax = "proto2";
option java_package = "com.waz.model";

Into:

package com.waz.model;
syntax = "proto3";

Group message content

In our ProtocolBuffer spec we have things like:

message Ephemeral {
  required int64 expire_after_millis = 1;
  oneof content {
    Text text = 2;
    ImageAsset image = 3;
    Knock knock = 4;
    Asset asset = 5;
    Location location = 6;
  }
}

Can we group Text, ImageAsset, Knock & Co., so that we only need to list one type in oneof content?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.